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