smartstream/ts/smartstream.plugins.ts

15 lines
371 B
TypeScript

// 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 };