12 lines
231 B
TypeScript
12 lines
231 B
TypeScript
// node native
|
|
import * as stream from 'stream';
|
|
|
|
export { stream };
|
|
|
|
// pushrocks scope
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
import * as smartrx from '@push.rocks/smartrx';
|
|
|
|
export { smartpromise, smartrx };
|
|
|