TyphonJS Runtime Library (FVTT) 0.2.0
#runtime/util/object
isAsyncIterable
Function isAsyncIterable
isAsyncIterable
(
value
:
unknown
)
:
value
is
AsyncIterable
Tests for whether an object is async iterable.
Parameters
value
:
unknown
Any value.
Returns
value
is
AsyncIterable
Whether value is async iterable.
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
Demo - Essential Svelte ESM
TyphonJS Runtime Library (FVTT) 0.2.0
Tests for whether an object is async iterable.