Converts a string like true, on, or enabled into a boolean.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
boolString is a utility library that converts common string representations of truthy and falsy values—such as "yes", "on", "enabled", or "no"—into their corresponding boolean equivalents. It is designed for developers working in JavaScript environments, whether in Node.js or the browser, who need a reliable way to parse user input or configuration strings into booleans.