smarts3/ts/smarts3.plugins.ts
2021-12-20 16:33:13 +01:00

22 lines
300 B
TypeScript

// node native
import * as path from 'path';
export {
path
}
// pushrocks scope
import * as smartbucket from '@pushrocks/smartbucket';
import * as smartfile from '@pushrocks/smartfile';
export {
smartbucket,
smartfile,
}
// thirdparty scope
import s3rver from 's3rver';
export {
s3rver
}