smartbucket/ts/smartbucket.plugins.ts
2019-10-16 15:21:02 +02:00

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
};