smartbucket/ts/smartbucket.plugins.ts
2018-09-14 18:07:20 +02:00

8 lines
167 B
TypeScript

import * as googleCloudStorage from '@google-cloud/storage';
import * as smartpromise from '@pushrocks/smartpromise';
export {
googleCloudStorage,
smartpromise
}