fix(core): update

This commit is contained in:
2023-11-25 18:11:31 +01:00
parent a2dd2ab6f0
commit e00eaca362
10 changed files with 2573 additions and 12729 deletions

View File

@@ -1,6 +1,14 @@
import * as smartevent from '@pushrocks/smartevent';
import * as smartfile from '@pushrocks/smartfile';
import * as smartstream from '@pushrocks/smartstream';
// node native scope
import * as path from 'path';
export {
path
};
// @push.rocks scope
import * as smartevent from '@push.rocks/smartevent';
import * as smartfile from '@push.rocks/smartfile';
import * as smartstream from '@push.rocks/smartstream';
import * as through2 from 'through2';
export { smartevent, smartfile, smartstream, through2 };