5 lines
133 B
TypeScript
5 lines
133 B
TypeScript
import * as smartbucket from '@push.rocks/smartbucket';
|
|
import * as awsS3 from '@aws-sdk/client-s3';
|
|
|
|
export { smartbucket, awsS3 };
|