Skip to content

SpecIterator

Defined in: node_modules/.pnpm/undici-types@7.13.0/node_modules/undici-types/fetch.d.ts:59

Type ParameterDefault type
T-
TReturnany
TNextundefined
next(...args): IteratorResult<T, TReturn>;

Defined in: node_modules/.pnpm/undici-types@7.13.0/node_modules/undici-types/fetch.d.ts:60

ParameterType
args[] | [TNext]

IteratorResult<T, TReturn>