2021-12-18 00:41:50 +00:00
|
|
|
// node native
|
|
|
|
import * as path from 'path';
|
|
|
|
|
2022-04-14 08:38:14 +00:00
|
|
|
export { path };
|
2021-12-18 00:41:50 +00:00
|
|
|
|
2024-10-26 12:17:38 +00:00
|
|
|
// @push.rocks scope
|
2024-10-26 12:14:41 +00:00
|
|
|
import * as smartbucket from '@push.rocks/smartbucket';
|
|
|
|
import * as smartfile from '@push.rocks/smartfile';
|
|
|
|
import * as smartpath from '@push.rocks/smartpath';
|
2021-12-18 00:41:50 +00:00
|
|
|
|
2022-04-14 08:38:14 +00:00
|
|
|
export { smartbucket, smartfile, smartpath };
|
2021-12-18 00:41:50 +00:00
|
|
|
|
2024-10-26 12:17:38 +00:00
|
|
|
// @tsclass scope
|
|
|
|
import * as tsclass from '@tsclass/tsclass';
|
|
|
|
|
|
|
|
export { tsclass };
|
|
|
|
|
2021-12-18 00:41:50 +00:00
|
|
|
// thirdparty scope
|
|
|
|
import s3rver from 's3rver';
|
|
|
|
|
2022-04-14 08:38:14 +00:00
|
|
|
export { s3rver };
|