UNPKG

from-node-stream

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