smartpath/ts/smartpath.plugins.ts

9 lines
107 B
TypeScript
Raw Normal View History

2016-09-30 15:08:09 +00:00
import 'typings-global'
2017-02-19 02:29:54 +00:00
let home = require('home')
import * as path from 'path'
export {
home,
path
}