UNPKG

@worker-tools/json-stream

Version:

Utilities for working with streaming JSON in Worker Runtimes such as Cloudflare Workers, Deno Deploy and Service Workers.

4 lines (3 loc) 101 B
export declare class JSONStringifyStream extends TransformStream<any, string> { constructor(); }