@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

/@amphibian/is-boolean/

    Package Sidebar

    Install

    npm i @amphibian/is-boolean

    Weekly Downloads

    5

    Version

    1.0.5

    License

    ISC

    Last publish

    Collaborators

    • thomaslindstr_m