smarthbs/dist/smarthbs.plugins.d.ts
2017-03-19 17:14:28 +01:00

7 lines
219 B
TypeScript

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 };