smartbucket/ts/smartbucket.plugins.ts
2019-07-07 10:48:24 +02:00

10 lines
230 B
TypeScript

import * as smartpromise from '@pushrocks/smartpromise';
export { smartpromise };
// third party scope
import * as googleCloudStorage from '@google-cloud/storage';
import * as minio from 'minio';
export { googleCloudStorage };