UNPKG

turbo-stream

Version:

A streaming data transport format that aims to support built-in features such as Promises, Dates, RegExps, Maps, Sets and more.

5 lines (4 loc) 204 B
export type { DecodeOptions, DecodePlugin } from "./decode.js"; export { decode } from "./decode.js"; export type { EncodeOptions, EncodePlugin } from "./encode.js"; export { encode } from "./encode.js";