1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/whisker.R
3\name{isFalsey}
4\alias{isFalsey}
5\title{Is a value falsey according to Mustache specifications?}
6\usage{
7isFalsey(x)
8}
9\arguments{
10\item{x}{value}
11}
12\value{
13TRUE if falsey, otherwise FALSE
14}
15\description{
16This function is used to test a value before rendering
17}
18\keyword{internal}
19