smarthbs/dist/smarthbs.plugins.d.ts

8 lines
261 B
TypeScript
Raw Normal View History

2017-03-19 16:14:28 +00:00
import 'typings-global';
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';
2017-05-01 14:57:53 +00:00
export { handlebars, lodash, path, smartfile, smartq };