3 lines
102 B
TypeScript
3 lines
102 B
TypeScript
import type nodeStream from "node:stream";
|
|
export declare const Writable: typeof nodeStream.Writable;
|