UNPKG

streams

Version:

A lazy streams library for functional composition in JavaScript.

7 lines (6 loc) 139 B
declare module "../../iterator-stream" { interface IteratorStream<T> { tee(): Generator<IteratorStream<T>>; } } export {};