UNPKG

cspell-lib

Version:

A library of useful functions used across various cspell tools.

4 lines 290 B
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