UNPKG

@jagodin/turbo-stream

Version:

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

6 lines (5 loc) 492 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"; export { registerEncodePlugin, registerDecodePlugin, registerPlugin, getGlobalEncodePlugins, getGlobalDecodePlugins, clearGlobalPlugins, unregisterEncodePlugin, unregisterDecodePlugin, getGlobalEncodePluginCount, getGlobalDecodePluginCount, globalRegistry, } from "./plugin-registry.js";