@fnlb-project/stanza
Version:
Modern XMPP in the browser, with a JSON API
6 lines (5 loc) • 339 B
TypeScript
export const Readable: typeof import("./lib/_stream_readable.js");
export const Writable: typeof import("./lib/_stream_writable.js");
export const Duplex: typeof import("./lib/_stream_duplex.js");
export const Transform: typeof import("./lib/_stream_transform.js");
export const PassThrough: typeof import("./lib/_stream_passthrough.js");