smartgulp/ts/smartgulp.plugins.ts

8 lines
264 B
TypeScript
Raw Normal View History

2018-03-03 12:57:55 +00:00
import * as smartevent from 'smartevent';
import * as smartfile from 'smartfile';
import * as smartstream from 'smartstream';
import * as lodash from 'lodash';
import * as through2 from 'through2';
2017-04-28 23:39:14 +00:00
2018-03-03 12:57:55 +00:00
export { lodash, smartevent, smartfile, smartstream, through2 };