smartstream/ts/smartstream.plugins.ts

13 lines
231 B
TypeScript
Raw Permalink Normal View History

2022-03-30 23:20:01 +00:00
import * as stream from 'stream';
export { stream };
// pushrocks scope
2019-02-19 00:10:56 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
2022-03-30 23:20:01 +00:00
export { smartpromise };
// thirdparty
2019-02-19 00:10:56 +00:00
import * as through2 from 'through2';
2022-03-30 23:20:01 +00:00
export { through2 };