1.0.5 • Published 9 years ago
@amphibian/is-boolean v1.0.5
is-boolean
boolean type checker
npm install @amphibian/is-boolean
var isBoolean = require('@amphibian/is-boolean');
isBoolean(true); // > true
isBoolean('hello'); // > false
boolean type checker
npm install @amphibian/is-boolean
var isBoolean = require('@amphibian/is-boolean');
isBoolean(true); // > true
isBoolean('hello'); // > false