namecheap/ts/plugins.ts
2025-04-02 15:19:18 +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 };