Current section

Files

Jump to
spellweaver priv bun node_modules @cspell cspell-pipe dist helpers iteratorToIterable.d.ts
Raw

priv/bun/node_modules/@cspell/cspell-pipe/dist/helpers/iteratorToIterable.d.ts

export declare function iteratorToIterable<T>(iterator: Iterator<T>): Iterable<T>;
export declare function asyncIteratorToAsyncIterable<T>(iterator: AsyncIterator<T> | Iterator<T>): AsyncIterable<T>;
//# sourceMappingURL=iteratorToIterable.d.ts.map