@nkcmr/bool

1.1.0 • Public • Published

bool

cast truthy stuff to a boolean value

var bool = require('@nkcmr/bool')
bool('true') // => true
bool('yes') // => true
bool('no') // => false
bool('false') // => false
bool(0) // => false
bool(1) // => true
bool(-1) // => false
bool({}) // => false
bool({ foo: 'bar' }) // => true

theres more, check the code. it is pretty brief, but handy.

Readme

Keywords

none

Package Sidebar

Install

npm i @nkcmr/bool

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • nkcmr