Repository
Preparing search index...
The search index is not available
iterated
iterated
isIterable
Function isIterable
is
Iterable
<
T
>
(
value
)
:
value
is
Iterable
<
T
>
Returns whether the value is
Iterable
, meaning that supports the iterator protocol.
Type Parameters
T
Parameters
value
:
unknown
Returns
value
is
Iterable
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
iterated
Loading...
Returns whether the value is
Iterable
, meaning that supports the iterator protocol.