Files
smartregistry/ts/oci/index.ts

7 lines
133 B
TypeScript
Raw Normal View History

2025-11-19 15:17:32 +00:00
/**
* OCI Registry module exports
*/
export { OciRegistry } from './classes.ociregistry.js';
2025-11-19 15:32:00 +00:00
export * from './interfaces.oci.js';