2024-04-14 03:38:00 +02:00
|
|
|
// node native scope
|
2026-02-16 11:22:23 +00:00
|
|
|
import * as path from 'path';
|
|
|
|
|
export { path };
|
2024-04-14 03:38:00 +02:00
|
|
|
|
|
|
|
|
// @push.rocks scope
|
2026-02-16 11:22:23 +00:00
|
|
|
import * as smartrust from '@push.rocks/smartrust';
|
|
|
|
|
export { smartrust };
|