1.0.5 • Published 9 years ago

@amphibian/is-boolean v1.0.5

Weekly downloads
10
License
ISC
Repository
gitlab
Last release
9 years ago

is-boolean

boolean type checker

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

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

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.0

9 years ago