smartstream/ts/index.ts

14 lines
381 B
TypeScript
Raw Normal View History

2024-06-04 16:58:08 +00:00
import { stream } from './smartstream.plugins.js';
export {
stream,
}
2023-11-03 20:32:24 +00:00
export * from './smartstream.classes.smartduplex.js';
2022-06-07 14:16:14 +00:00
export * from './smartstream.classes.streamwrapper.js';
export * from './smartstream.classes.streamintake.js';
2023-11-03 22:25:00 +00:00
2024-05-05 16:30:05 +00:00
export * from './smartstream.functions.js';
import * as plugins from './smartstream.plugins.js';
export const webstream = plugins.webstream;