ramda‑async is a lightweight utility library that adds asynchronous composition to the Ramda functional toolkit. It provides `pipeAsync` for left‑to‑right promise‑aware function pipelines and `traversePromises` (a thin wrapper over `Promise.all`) so Ramda’s point‑free style works naturally with arrays of promises, with TypeScript support. The package is aimed at JavaScript/TypeScript developers who already use Ramda and need seamless async handling in their functional pipelines.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Provides pipeAsync and traversePromises functions that play well with the rest of Ramda ecosystem.