Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-lib/dist/lib/util/iterableIteratorLib.d.ts
import type { IterableLike } from './IterableLike.js';
export declare function toIterableIterator<T>(i: IterableLike<T>): IterableIterator<T>;
export declare function concatIterables<T>(...iterables: IterableLike<T>[]): IterableIterator<T>;
//# sourceMappingURL=iterableIteratorLib.d.ts.map