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.

11 lines (10 loc) 445 B
/// <reference types="node" resolution-mode="require"/> /// <reference types="node" resolution-mode="require"/> import * as fs from 'fs'; import * as stream from 'stream'; export { fs, stream }; 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 };