npm.io
1.0.5 • Published 9 years ago

@amphibian/is-boolean

Licence
ISC
Version
1.0.5
Deps
0
Vulns
0
Weekly
0

is-boolean

boolean type checker

npm install @amphibian/is-boolean
var isBoolean = require('@amphibian/is-boolean');

isBoolean(true); // > true
isBoolean('hello'); // > false