fix(core): update

This commit is contained in:
2023-11-12 22:34:55 +01:00
parent 91392e8bd5
commit a400a0a04c
6 changed files with 94 additions and 74 deletions

View File

@@ -4,8 +4,9 @@ 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';
export { smartpromise, smartrx };
export { lik, smartpromise, smartrx };