smartstream/ts/smartstream.plugins.ts
2024-05-05 18:30:05 +02:00

14 lines
339 B
TypeScript

// node native
import * as stream from 'stream';
export { 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 '@push.rocks/webstream';
export { lik, smartpromise, smartrx, webstream };