BREAKING CHANGE(package): change scope

This commit is contained in:
2018-07-21 23:26:11 +02:00
parent 09d424e972
commit 53905df003
30 changed files with 1185 additions and 636 deletions

View File

@@ -1,8 +1,4 @@
import 'typings-global'
let home = require('home')
import * as path from 'path'
import * as os from 'os';
import * as path from 'path';
export {
home,
path
}
export { os, path };