Remove the types, keep the formatting
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
**detype** is a command-line tool and library that removes TypeScript type annotations and syntax constructs while preserving source formatting, making it ideal for generating vanilla JavaScript examples from TypeScript codebases. It's particularly useful for library authors who want to maintain TypeScript samples but also provide clean JavaScript equivalents without manual duplication. The tool supports `.ts`, `.tsx`, and `.vue` files, and includes features like magic comments for custom transformations and integration with Prettier for consistent formatting.