namecheap/ts/plugins.ts

10 lines
161 B
TypeScript
Raw Permalink Normal View History

2025-04-02 15:19:18 +00:00
// native scope
import * as path from 'path';
export { path };
// @push.rocks scope
import * as smartpath from '@push.rocks/smartpath';
export { smartpath };