@amphibian/is-boolean

1.0.5 • Public • Published

is-boolean

boolean type checker

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

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

Dependents (2)

Package Sidebar

Install

npm i @amphibian/is-boolean

Weekly Downloads

6

Version

1.0.5

License

ISC

Last publish

Collaborators

  • thomaslindstr_m