enum is a utility library for creating type-safe enums in TypeScript. It offers more powerful features than the built-in enum, including labels, extra metadata, and easy access to options and dict collections.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This TypeScript library provides a powerful, type-safe alternative to native enums, offering features like custom labels, extra metadata, and utility methods (e.g., `options`, `dict`, `values`). It is designed for TypeScript developers who need