smarthbs/ts/smarthbs.plugins.ts
2017-03-19 17:14:28 +01:00

13 lines
222 B
TypeScript

import 'typings-global'
import * as handlebars from 'handlebars'
import * as smartfile from 'smartfile'
import * as smartq from 'smartq'
import * as path from 'path'
export {
handlebars,
smartfile,
smartq,
path
}