fix(core): update

This commit is contained in:
2021-01-30 00:41:40 +00:00
parent 769d7d6419
commit 060f635989
14 changed files with 10601 additions and 792 deletions

View File

@@ -1,10 +1,7 @@
// node native scope
import * as path from 'path';
export {
path
};
export { path };
// @pushrocks scope
import * as lik from '@pushrocks/lik';
@@ -15,14 +12,6 @@ import * as smartlogDestinationLocal from '@pushrocks/smartlog-destination-local
import * as smartshell from '@pushrocks/smartshell';
import * as smartsystem from '@pushrocks/smartsystem';
export {
lik,
smartfile,
smartfm,
smartlog,
smartlogDestinationLocal,
smartshell,
smartsystem
};
export { lik, smartfile, smartfm, smartlog, smartlogDestinationLocal, smartshell, smartsystem };
// third party