smartgulp/ts/smartgulp.plugins.ts

7 lines
255 B
TypeScript
Raw Normal View History

2019-02-20 22:54:38 +00:00
import * as smartevent from '@pushrocks/smartevent';
2018-09-02 12:35:49 +00:00
import * as smartfile from '@pushrocks/smartfile';
2019-02-20 22:54:38 +00:00
import * as smartstream from '@pushrocks/smartstream';
2018-03-03 12:57:55 +00:00
import * as through2 from 'through2';
2017-04-28 23:39:14 +00:00
2019-02-20 22:54:38 +00:00
export { smartevent, smartfile, smartstream, through2 };