Files
smartregistry/ts/oci/index.ts

8 lines
189 B
TypeScript
Raw Normal View History

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