TyphonJS Runtime Library (FVTT) 0.3.0
#runtime/util/predicate
isDefined
Function isDefined
isDefined
<
T
>
(
value
:
T
)
:
value
is
T
Determines if the given value is defined.
Type Parameters
T
Parameters
value
:
T
Value to test.
Returns
value
is
T
True if the value is not 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 defined.