UNPKG

streams

Version:

A lazy streams library for functional composition in JavaScript.

7 lines (6 loc) 170 B
import { AsyncIteratorStream } from "../async-iterator-stream"; declare global { interface AsyncIteratorObject<T> { stream(): AsyncIteratorStream<T>; } }