import { type StringifyStreamOptions } from "https://deno.land/std@0.218.0/json/mod.ts";
Options for JsonStringifyStream
.
Properties
readonly
optional
writableStrategy: QueuingStrategy<unknown>Controls the buffer of the TransformStream
used internally.
readonly
optional
readableStrategy: QueuingStrategy<string>Controls the buffer of the TransformStream
used internally.