multi registry support v3

This commit is contained in:
2025-11-19 15:32:00 +00:00
parent e4480bff5d
commit 754ec7b7db
19 changed files with 1661 additions and 1740 deletions

6
ts/npm/index.ts Normal file
View File

@@ -0,0 +1,6 @@
/**
* NPM Registry module exports
*/
export { NpmRegistry } from './classes.npmregistry.js';
export * from './interfaces.npm.js';