Files
smartregistry/ts/plugins.ts
2025-11-19 15:16:20 +00:00

11 lines
230 B
TypeScript

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