@queso/is-boolean
v0.1.0
Published
Checks if the primitive value of value is a boolean.
Maintainers
Readme
@queso/is-boolean
Part of a library of zero-dependency npm modules that do just one thing.
- 100% TypeScript support.
- It's not a party without
Queso!
min + gzip | 85 bytes
Checks if the primitive value of value is a boolean.
Usage
import isBoolean from '@queso/is-boolean'
isBoolean(false)
// => trueParameters
| Name | Type | Description |
| :------ | :---- | :------------------ |
| value | any | The value to check. |
Returns
true if the primitive value of value is a boolean, else false.
Return type
value is boolean