smarthbs/ts/smarthbs.plugins.ts

9 lines
331 B
TypeScript
Raw Normal View History

2022-07-24 13:30:19 +00:00
import handlebars from 'handlebars';
2019-09-10 15:58:14 +00:00
import lodashUniq from 'lodash.uniq';
2022-07-24 13:30:19 +00:00
import * as smartpath from '@pushrocks/smartpath';
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
2019-09-10 15:58:14 +00:00
export { handlebars, lodashUniq, path, smartfile, smartpromise };