isAsyncIterable
function isAsyncIterable(value): value is AsyncIterable<Uint8Array<ArrayBufferLike>, any, any>;Defined in: packages/synapse-core/src/utils/streams.ts:31
Type guard to check if a value is an AsyncIterable
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
value | unknown | The value to check |
Returns
Section titled “Returns”value is AsyncIterable<Uint8Array<ArrayBufferLike>, any, any>
True if it’s an AsyncIterable