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