smartbucket/ts/smartbucket.plugins.ts

8 lines
167 B
TypeScript
Raw Normal View History

2018-09-14 16:07:20 +00:00
import * as googleCloudStorage from '@google-cloud/storage';
import * as smartpromise from '@pushrocks/smartpromise';
2018-03-30 17:42:14 +00:00
export {
2018-09-14 16:07:20 +00:00
googleCloudStorage,
smartpromise
2018-03-30 17:42:14 +00:00
}