isAsyncIterable

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


twine-js / @twine-protocol/twine-core / isAsyncIterable

Function: isAsyncIterable()

isAsyncIterable(obj): obj is AsyncIterable<any, any, any>

Is this an async iterable

Parameters

Parameter
Type

obj

any

Returns

obj is AsyncIterable<any, any, any>

Defined in

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

Last updated