isAnyIterable

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


twine-js / @twine-protocol/twine-core / isAnyIterable

Function: isAnyIterable()

isAnyIterable(obj): obj is AsyncIterable<any, any, any> | Iterable<any, any, any>

Is this a sync or async iterable

Parameters

Parameter
Type

obj

any

Returns

obj is AsyncIterable<any, any, any> | Iterable<any, any, any>

Defined in

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

Last updated