@amphibian/is-boolean
v1.0.5
Published
boolean type checker
Downloads
33
Readme
is-boolean
boolean type checker
npm install @amphibian/is-boolean
var isBoolean = require('@amphibian/is-boolean');
isBoolean(true); // > true
isBoolean('hello'); // > false