2021-12-18 01:41:50 +01:00
|
|
|
// node native
|
|
|
|
|
import * as path from 'path';
|
|
|
|
|
|
2022-04-14 10:38:14 +02:00
|
|
|
export { path };
|
2021-12-18 01:41:50 +01:00
|
|
|
|
|
|
|
|
// pushrocks scope
|
2021-12-20 16:33:13 +01:00
|
|
|
import * as smartbucket from '@pushrocks/smartbucket';
|
|
|
|
|
import * as smartfile from '@pushrocks/smartfile';
|
2022-04-14 10:36:24 +02:00
|
|
|
import * as smartpath from '@pushrocks/smartpath';
|
2021-12-18 01:41:50 +01:00
|
|
|
|
2022-04-14 10:38:14 +02:00
|
|
|
export { smartbucket, smartfile, smartpath };
|
2021-12-18 01:41:50 +01:00
|
|
|
|
|
|
|
|
// thirdparty scope
|
|
|
|
|
import s3rver from 's3rver';
|
|
|
|
|
|
2022-04-14 10:38:14 +02:00
|
|
|
export { s3rver };
|