smartstream/ts/smartstream.plugins.ts

8 lines
135 B
TypeScript
Raw Normal View History

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