fix(core): update

This commit is contained in:
2022-06-07 16:16:14 +02:00
parent 2aff46eb0e
commit 05e9067a34
13 changed files with 7731 additions and 8332 deletions

View File

@ -1,12 +1,16 @@
// node native
import * as stream from 'stream';
export { stream };
// pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
export { smartpromise };
import * as smartrx from '@pushrocks/smartrx';
export { smartpromise, smartrx };
// thirdparty
import * as through2 from 'through2';
import from2 from 'from2';
import through2 from 'through2';
export { through2 };
export { from2, through2 };