9 lines
308 B
TypeScript
9 lines
308 B
TypeScript
export * from './smartstream.classes.smartduplex.js';
|
|
export * from './smartstream.classes.streamwrapper.js';
|
|
export * from './smartstream.classes.streamintake.js';
|
|
|
|
export * from './smartstream.functions.js';
|
|
|
|
import * as plugins from './smartstream.plugins.js';
|
|
export const webstream = plugins.webstream;
|