smarthbs/ts/smarthbs.plugins.ts

17 lines
317 B
TypeScript
Raw Normal View History

2017-03-19 16:14:28 +00:00
import 'typings-global'
2017-05-10 14:55:25 +00:00
import * as beautylog from 'beautylog'
2017-03-19 16:14:28 +00:00
import * as handlebars from 'handlebars'
2017-05-01 14:57:53 +00:00
import * as lodash from 'lodash'
import * as path from 'path'
2017-03-19 16:14:28 +00:00
import * as smartfile from 'smartfile'
import * as smartq from 'smartq'
export {
2017-05-10 14:55:25 +00:00
beautylog,
2017-03-19 16:14:28 +00:00
handlebars,
2017-05-01 14:57:53 +00:00
lodash,
path,
2017-03-19 16:14:28 +00:00
smartfile,
2017-05-01 14:57:53 +00:00
smartq
2017-03-19 16:14:28 +00:00
}