Current section

Files

Jump to
spellweaver priv bun node_modules cspell-lib dist lib util iterableIteratorLib.d.ts
Raw

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