Returns true is some input value is falsy. Returns false otherwise.
true
false
using(0).pipe( isFalsy());
Generated using TypeDoc
Returns
true
is some input value is falsy. Returnsfalse
otherwise.Example