Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
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