Tiny Coerce is a lightweight JavaScript library that converts string values into their proper native types (boolean, null, undefined, number, objects, arrays, etc.). It’s useful for front‑end or back‑end code that reads data stored as strings—e.g., DOM data attributes or localStorage—allowing developers to retrieve typed values with a simple `coerce(value)` call.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Tiny coercion library for Client or Server