smarthbs/dist/smarthbs.plugins.d.ts

9 lines
312 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';
2017-05-10 14:55:25 +00:00
export { beautylog, handlebars, lodash, path, smartfile, smartq };