smartacme/ts/smartacme.plugins.ts

11 lines
182 B
TypeScript
Raw Normal View History

2016-11-01 17:27:57 +00:00
import 'typings-global'
import * as path from 'path'
2016-11-01 19:16:43 +00:00
import * as smartstring from 'smartstring'
2016-11-03 17:57:42 +00:00
import * as shelljs from 'shelljs'
2016-11-01 17:27:57 +00:00
export {
2016-11-01 19:16:43 +00:00
path,
2016-11-03 17:57:42 +00:00
smartstring,
shelljs
2016-11-01 17:27:57 +00:00
}