UNPKG

cspell-lib

Version:

A library of useful functions used across various cspell tools.

4 lines 143 B
export interface IterableLike<T> { [Symbol.iterator]: () => Iterator<T> | IterableIterator<T>; } //# sourceMappingURL=IterableLike.d.ts.map