Files
smartfs/ts/smartfs.plugins.ts

11 lines
229 B
TypeScript
Raw Normal View History

2025-11-21 18:36:31 +00:00
// native scope
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';
import * as smartrust from '@push.rocks/smartrust';
2025-11-21 18:36:31 +00:00
export { smartpath, smartrust };