smartgulp/dist/smartgulp.plugins.d.ts

6 lines
215 B
TypeScript
Raw Normal View History

2017-04-29 22:25:31 +00:00
import * as smartevent from 'smartevent';
import * as smartfile from 'smartfile';
import * as smartstream from 'smartstream';
import * as lodash from 'lodash';
export { lodash, smartevent, smartfile, smartstream };