1.1.2 • Published 3 months ago

yesnt v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

yesnt - find out whether the object is truthy or falsy

Keeping everything simple and minimalistic: only 1 function to use

    yesnt(null) //=> false
    yesnt(1) //=> true
    yesnt('') //=> false

    /* and many more use cases that help 
     understand the weird nature of JS... */

Good luck with using this package!

1.1.1

3 months ago

1.1.0

3 months ago

1.1.2

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago

0.2.0

3 months ago

0.1.0

3 months ago