fix(core): update

This commit is contained in:
2019-01-06 01:30:07 +01:00
parent 309b3e100d
commit 9214ac49d5
8 changed files with 395 additions and 109 deletions

View File

@@ -1,2 +1,16 @@
export import path = require('path');
export import smartfile = require('@pushrocks/smartfile');
// native
import * as path from 'path';
export {
path
}
// @pushrocks scope
import * as smartfile from '@pushrocks/smartfile';
import * as smartlog from '@pushrocks/smartlog';
export {
smartfile,
smartlog
}