12 lines
235 B
TypeScript
12 lines
235 B
TypeScript
import * as smartpromise from '@pushrocks/smartpromise';
|
|
import * as streamfunction from '@pushrocks/streamfunction';
|
|
|
|
export { smartpromise, streamfunction };
|
|
|
|
// third party scope
|
|
import * as minio from 'minio';
|
|
|
|
export {
|
|
minio
|
|
};
|