2025-11-21 18:36:31 +00:00
|
|
|
// native scope
|
2026-03-05 19:36:11 +00:00
|
|
|
import * as path from 'node:path';
|
2025-11-21 18:36:31 +00:00
|
|
|
|
|
|
|
|
export { path };
|
|
|
|
|
|
|
|
|
|
// @push.rocks scope
|
|
|
|
|
import * as smartpath from '@push.rocks/smartpath';
|
2026-03-05 19:36:11 +00:00
|
|
|
import * as smartrust from '@push.rocks/smartrust';
|
2025-11-21 18:36:31 +00:00
|
|
|
|
2026-03-05 19:36:11 +00:00
|
|
|
export { smartpath, smartrust };
|