Works with
•JSR Score70%•It is unknown whether this package works with Browsers, Deno, Node.js, Cloudflare Workers, Bun




Published2 years ago (0.215.0)
Classes
c
JsonStringifyStream(unnamed 0?: StringifyStreamOptions)
Convert each chunk to JSON string.
Interfaces
I
Options for JsonStringifyStream.
- prefix: string
Prefix to be added after stringify.
- readableStrategy: QueuingStrategy<string>
Controls the buffer of the
TransformStreamused internally. - suffix: string
Suffix to be added after stringify.
- writableStrategy: QueuingStrategy<unknown>
Controls the buffer of the
TransformStreamused internally.