isIterable

@twine-protocol/twine-core v0.1.0Docs


twine-js / @twine-protocol/twine-core / isIterable

Function: isIterable()

isIterable(obj): obj is Iterable<any, any, any>

Is this a sync iterable

Parameters

Parameter
Type

obj

any

Returns

obj is Iterable<any, any, any>

Defined in

packages/twine-core/src/checks.ts:43

Last updated