14 lines
341 B
TypeScript
14 lines
341 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 '../dist_ts_web/index.js';
|
|
|
|
export { lik, smartpromise, smartrx, webstream };
|
|
|