**Project Overview**: This TypeScript transformer rewrites `const` enum declarations into regular enums within generated declaration files, preserving their runtime values while removing the const‑enum metadata. It’s especially useful for libraries that need to expose enums publicly without the restrictions of `const enum` and want to avoid breaking changes when enum values are updated. **Target Audience**: Library authors and maintainers who use `const enum` internally for performance but wish to publish a stable, non‑const‑enum API, and anyone integrating with TypeScript compilation pipelines (e.g., `ttypescript`, `ts-loader`, `rollup`) who need to control enum emission in declaration files.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.