8 lines
135 B
TypeScript
8 lines
135 B
TypeScript
import * as smartpromise from '@pushrocks/smartpromise';
|
|
import * as through2 from 'through2';
|
|
|
|
export {
|
|
smartpromise,
|
|
through2
|
|
};
|