Files
smartregistry/ts/npm/index.ts

7 lines
133 B
TypeScript
Raw Permalink Normal View History

2025-11-19 15:32:00 +00:00
/**
* NPM Registry module exports
*/
export { NpmRegistry } from './classes.npmregistry.js';
export * from './interfaces.npm.js';