UNPKG

@cspell/cspell-pipe

Version:
3 lines 248 B
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