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
npm i @amphibian/is-boolean
8
1.0.5
ISC