smartstream/ts/smartstream.plugins.ts
2023-11-12 22:34:55 +01:00

13 lines
276 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';
export { lik, smartpromise, smartrx };