/** * `ajsc/typescript` — class-based TypeScript converter. * * Most consumers should prefer the function-style `emitTypescript` exported * from the package root (`ajsc`). Use this subpath when you need direct access * to the {@link TypescriptConverter} class — for subclassing or advanced * inspection of the converter's internal state. * * @see {@link ../docs/architecture/README.md} for the layered design. */ export * from "./TypescriptBaseConverter.js"; export * from "./TypescriptConverter.js";