-
Notifications
You must be signed in to change notification settings - Fork 0
assert.Function.isBoolean
soetas edited this page Nov 30, 2024
·
2 revisions
estdlib v0.1.2 / assert / isBoolean
isBoolean(
value
):boolean
Checks if value is classified as a boolean primitive or object
• value: unknown
The value to check
boolean
- Returns true if value is a boolean, else false
0.1.2
isBoolean(false)
// => true
isBoolean(null)
// => false
Docs made with by typedoc、typedoc-plugin-markdown & typedoc-github-wiki-theme.