10 lines
230 B
TypeScript
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 };
|