This commit is contained in:
2016-11-01 20:16:43 +01:00
parent 5313edc306
commit a2c6b6a259
14 changed files with 204 additions and 517 deletions

View File

@ -1,6 +1,8 @@
import 'typings-global'
import * as path from 'path'
import * as smartstring from 'smartstring'
export {
path
path,
smartstring
}