Files
smartrust/ts/plugins.ts
2026-02-08 12:28:51 +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 };