smartgulp/ts/smartgulp.plugins.ts
2019-02-20 23:54:38 +01:00

7 lines
255 B
TypeScript

import * as smartevent from '@pushrocks/smartevent';
import * as smartfile from '@pushrocks/smartfile';
import * as smartstream from '@pushrocks/smartstream';
import * as through2 from 'through2';
export { smartevent, smartfile, smartstream, through2 };