Returns true if value is "truthy", i.e. not any of false, null, 0, "", none, NaN, or empty.
any value
true if truthy
See Implementation
- 0.0.1
Returns true if value is "truthy", i.e. not any of false, null, 0, "", none, NaN, or empty.