smarthbs/ts/smarthbs.plugins.ts

8 lines
277 B
TypeScript
Raw Normal View History

import * as handlebars from 'handlebars';
import * as lodash from 'lodash';
import * as path from 'path';
import * as smartfile from '@pushrocks/smartfile';
import * as smartpromise from '@pushrocks/smartpromise';
2017-03-19 16:14:28 +00:00
export { handlebars, lodash, path, smartfile, smartpromise };