Runtime-identifiable enum-like types for TypeScript with zero runtime overhead.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Branded-enum is a TypeScript library that provides runtime-identifiable enum-like types with zero runtime overhead. It solves the limitation of standard TypeScript enums being erased at compile time by adding metadata for runtime identification, enabling type guards, and maintaining a global registry to track enums across bundles. The library is ideal for developers working on large codebases or libraries that need to validate string values against enum definitions at runtime while keeping the underlying values as raw strings for serialization compatibility.