UNPKG

229 BTypeScriptView Raw
1/// <reference types="node" />
2import { Readable as NodeReadableStream } from "stream";
3export default function nodeStreamIterator<T>(stream: NodeReadableStream): AsyncIterableIterator<T>;
4//# sourceMappingURL=nodeStream.d.ts.map
\No newline at end of file