@tsdotnet/type - v1.2.7
Preparing search index...
type
isIterable
Function isIterable
isIterable
<
T
=
unknown
>
(
instance
:
unknown
)
:
instance
is
Iterable
<
T
,
any
,
any
>
Checks to see if [Symbol.iterator] is a function.
Type Parameters
T
=
unknown
Parameters
instance
:
unknown
Returns
instance
is
Iterable
<
T
,
any
,
any
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@tsdotnet/type - v1.2.7
Loading...
Checks to see if [Symbol.iterator] is a function.