UNPKG

101 BTypeScriptView Raw
1export declare class JSONStringifyStream extends TransformStream<any, string> {
2 constructor();
3}