smartstream/ts/smartstream.plugins.ts
2019-02-19 01:10:56 +01:00

8 lines
135 B
TypeScript

import * as smartpromise from '@pushrocks/smartpromise';
import * as through2 from 'through2';
export {
smartpromise,
through2
};