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