@push.rocks/smartstream
Version:
A library to simplify the creation and manipulation of Node.js streams, providing utilities for handling transform, duplex, and readable/writable streams effectively in TypeScript.
11 lines (10 loc) • 486 B
TypeScript
import { stream } from './smartstream.plugins.js';
export { stream, };
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 declare const webstream: typeof plugins.webstream;
import * as nodewebhelpers from './smartstream.nodewebhelpers.js';
export { nodewebhelpers, };