Skip to content

@ralphschuler.ai function caller.index.<internal>.AsyncIterableIterator

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: AsyncIterableIterator<T>

index.<internal>.AsyncIterableIterator

Type parameters

Name
T

Hierarchy

Table of contents

Methods

Methods

[asyncIterator]

[asyncIterator](): AsyncIterableIterator<T>

Returns

AsyncIterableIterator<T>

Defined in

node_modules/typescript/lib/lib.es2018.asynciterable.d.ts:42


next

next(...args): Promise<IteratorResult<T, any>>

Parameters

Name Type
...args [] | [undefined]

Returns

Promise<IteratorResult<T, any>>

Inherited from

AsyncIterator.next

Defined in

node_modules/typescript/lib/lib.es2018.asynciterable.d.ts:32


return

return(value?): Promise<IteratorResult<T, any>>

Parameters

Name Type
value? any

Returns

Promise<IteratorResult<T, any>>

Inherited from

AsyncIterator.return

Defined in

node_modules/typescript/lib/lib.es2018.asynciterable.d.ts:33


throw

throw(e?): Promise<IteratorResult<T, any>>

Parameters

Name Type
e? any

Returns

Promise<IteratorResult<T, any>>

Inherited from

AsyncIterator.throw

Defined in

node_modules/typescript/lib/lib.es2018.asynciterable.d.ts:34

Typescript Libraries

Modules

Namespaces

Clone this wiki locally