UNPKG

@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.

15 lines (10 loc) 371 B
// node native import * as fs from 'fs'; import * as stream from 'stream'; export { fs, stream }; // pushrocks scope import * as lik from '@push.rocks/lik'; import * as smartpromise from '@push.rocks/smartpromise'; import * as smartrx from '@push.rocks/smartrx'; import * as webstream from '../dist_ts_web/index.js'; export { lik, smartpromise, smartrx, webstream };