Returns true is some input value is truthy. Returns false otherwise.
true
false
using(1).pipe( isTruthy());
Generated using TypeDoc
Returns
true
is some input value is truthy. Returnsfalse
otherwise.Example