Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

JSONStringifyReadable

import { JSONStringifyReadable } from "https://raw.githubusercontent.com/worker-tools/json-stream/master/index.ts";
class JSONStringifyReadable extends ReadableStream<string> {
constructor(value: any);
}

§Extends

§
ReadableStream<string>
[src]

§Constructors

§
new JSONStringifyReadable(value: any)
[src]