@nkcmr/bool

v1.0.2
cast damn near anything to a logical boolean

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.

npm i @nkcmr/[email protected]

Metadata

  • MIT
  • Whatever
  • Nick Comer
  • released 6/14/2015

Downloads

Maintainers