smarthbs/dist/smarthbs.plugins.d.ts

7 lines
219 B
TypeScript
Raw Normal View History

2017-03-19 16:14:28 +00:00
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 };