fix(core): update

This commit is contained in:
2021-11-29 16:29:15 +01:00
parent 19e3ba3362
commit 75ef50d072
8 changed files with 133 additions and 233 deletions
+19 -2
View File
@@ -1,2 +1,19 @@
const removeme = {};
export { removeme };
// node native
import * as path from 'path';
export {
path
}
// @pushrocks scope
import * as smartfile from '@pushrocks/smartfile';
import * as smartshell from '@pushrocks/smartshell';
import * as smartunique from '@pushrocks/smartunique';
import * as smartpromise from '@pushrocks/smartpromise';
export {
smartfile,
smartshell,
smartunique,
smartpromise
}