UNPKG

165 BTypeScriptView Raw
1/// <reference types="node" />
2import { Writable } from 'stream';
3export declare class DumpStream {
4 private constructor();
5 static getWritable(): Writable;
6}