/** * `ajsc/kotlin` — class-based Kotlin converter and identifier utilities. * * Most consumers should prefer the function-style `emitKotlin` exported from * the package root (`ajsc`). Use this subpath when you need direct access to * the {@link KotlinConverter} class for subclassing, or to the identifier * sanitization helpers (`sanitizeKotlinIdentifier`, `KOTLIN_RESERVED`) when * building tooling around Kotlin output. * * @see {@link ../docs/architecture/README.md} for the layered design. */ export * from "./KotlinBaseConverter.js"; export * from "./KotlinConverter.js";