13 lines
231 B
TypeScript
13 lines
231 B
TypeScript
import * as stream from 'stream';
|
|
|
|
export { stream };
|
|
|
|
// pushrocks scope
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
export { smartpromise };
|
|
|
|
// thirdparty
|
|
import * as through2 from 'through2';
|
|
|
|
export { through2 };
|