UNPKG

@cspell/cspell-pipe

Version:
3 lines 171 B
export type ForkedIterables<T> = [Iterable<T>, Iterable<T>]; export declare function fork<T>(iterable: Iterable<T>): ForkedIterables<T>; //# sourceMappingURL=fork.d.ts.map