TyphonJS Runtime Library (FVTT) 0.3.0
#runtime/util/predicate
isUndefined
Function isUndefined
isUndefined
(
value
:
unknown
)
:
value
is
undefined
Determines if the given value is undefined.
Parameters
value
:
unknown
Value to test.
Returns
value
is
undefined
True if the value is undefined.
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
Demo - Essential Svelte ESM
TyphonJS Runtime Library (FVTT) 0.3.0
Determines if the given value is undefined.