fix(core): update

This commit is contained in:
2019-08-28 11:55:14 +02:00
parent c4e3f628cd
commit 10562afea1
8 changed files with 642 additions and 101 deletions

View File

@@ -1,2 +1,26 @@
const removeme = {};
export { removeme };
// node native scope
import * as path from 'path';
export {
path
};
// @pushrocks scope
import * as smartshell from '@pushrocks/smartshell';
import * as smartlog from '@pushrocks/smartlog';
import * as smartlogDestinationLocal from '@pushrocks/smartlog-destination-local';
export {
smartshell,
smartlog,
smartlogDestinationLocal
};
// third party
import * as fs from 'fs-extra';
export {
fs
};