npm.io
1.0.0 • Published 10 years ago

@f/is-boolean

Licence
MIT
Version
1.0.0
Deps
0
Vulns
0
Weekly
0

is-boolean

Build status Git tag NPM version Code style

Check if boolean.

Installation

$ npm install @f/is-boolean

Usage

var isBoolean = require('@f/is-boolean')

isBoolean(true) // => true

API

isBoolean(val)
  • val - check if val is boolean

Returns: true

License

MIT