smartbucket/ts/smartbucket.plugins.ts

10 lines
230 B
TypeScript
Raw Normal View History

2018-09-14 16:07:20 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
2019-07-07 08:48:24 +00:00
export { smartpromise };
// third party scope
import * as googleCloudStorage from '@google-cloud/storage';
import * as minio from 'minio';
export { googleCloudStorage };