gen-cordis-api.ts 293 B

123456789
  1. /**
  2. * Compatibility entry point for the unified Typert-backed Cordis catalog
  3. * projection. The generated API module retains this command in its banner,
  4. * while all extraction, validation, and rendering live in one implementation.
  5. */
  6. import { main } from './gen-cordis-catalog.ts'
  7. main()