UNPKG

from-node-stream

Version:
3 lines (2 loc) 165 B
import type { Readable } from "stream"; export declare function fromReadable<T extends string | Uint8Array>(i: Readable | NodeJS.ReadableStream): ReadableStream<T>;