1.1.2 • Published 1 year ago

yesnt v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.1.0

1 year ago

1.1.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago