TyphonJS Runtime Library (FVTT) 0.2.0-next.1
#runtime/util/object
isIterable
Function isIterable
is
Iterable
(
value
)
:
value
is
Iterable
<
unknown
,
any
,
any
>
Tests for whether an object is iterable.
Parameters
value
:
unknown
Any value.
Returns
value
is
Iterable
<
unknown
,
any
,
any
>
Whether object is iterable.
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
Demo - Essential Svelte ESM
TyphonJS Runtime Library (FVTT) 0.2.0-next.1
Tests for whether an object is iterable.