Skip to content

Documentation / @agentick/kernel / isAsyncIterable

Function: isAsyncIterable()

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

Defined in: kernel/src/procedure.ts:859

Parameters

obj

any

Object to check

Returns

obj is AsyncIterable<any, any, any>

true if the object has Symbol.asyncIterator

Released under the ISC License.