smartgulp/dist/smartgulp.plugins.d.ts
2017-04-30 00:25:31 +02:00

6 lines
215 B
TypeScript

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