smartstream/ts/smartstream.plugins.ts

5 lines
131 B
TypeScript
Raw Permalink Normal View History

2019-02-19 00:10:56 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
import * as through2 from 'through2';
2019-02-19 23:40:31 +00:00
export { smartpromise, through2 };