Skip to content

AsyncIterable

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts:37

Type ParameterDefault type
T-
TReturnany
TNextany
asyncIterator: AsyncIterator<T, TReturn, TNext>;

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts:38

AsyncIterator<T, TReturn, TNext>