Files
smartfs/ts/smartfs.plugins.ts
2025-11-21 18:36:31 +00:00

10 lines
161 B
TypeScript

// native scope
import * as path from 'path';
export { path };
// @push.rocks scope
import * as smartpath from '@push.rocks/smartpath';
export { smartpath };