smarthbs/ts/smarthbs.plugins.ts
2017-05-10 16:55:25 +02:00

17 lines
317 B
TypeScript

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