2025-11-19 14:41:19 +00:00
|
|
|
// native scope
|
|
|
|
|
import * as path from 'path';
|
|
|
|
|
|
|
|
|
|
export { path };
|
|
|
|
|
|
|
|
|
|
// @push.rocks scope
|
2025-11-19 15:16:20 +00:00
|
|
|
import * as smartbucket from '@push.rocks/smartbucket';
|
2025-11-19 14:41:19 +00:00
|
|
|
import * as smartpath from '@push.rocks/smartpath';
|
|
|
|
|
|
2025-11-19 15:16:20 +00:00
|
|
|
export { smartbucket, smartpath };
|