smartacme/ts/smartacme.plugins.ts

11 lines
182 B
TypeScript

import 'typings-global'
import * as path from 'path'
import * as smartstring from 'smartstring'
import * as shelljs from 'shelljs'
export {
path,
smartstring,
shelljs
}