Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

foldl is a JavaScript utility library that provides a `reduce` function for accumulating values in a collection into a single result. It iterates through arrays or objects from left to right, applying a user-defined function to each element. This project is ideal for developers who need a simple, reusable way to perform reductions in their JavaScript applications.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of ndhoule/foldl

Account's avatar
ndhoule/each
Iterate over a collection, invoking a function for each element.
Account's avatar
millermedeiros/esformatter-quotes
esformatter plugin: enforces coding style that string literals are delimited with single or double quotes.
Account's avatar
bulyshko/esformatter-semicolons
esformatter plugin for adding missing and removing unnecessary semicolons
Account's avatar
rdio/jsfmt
gofmt for javascript
Account's avatar
ndhoule/keys
Create an array of the owned/enumerable keys of an input object.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
sinonjs/sinon
JavaScript test spies, stubs and mocks.
Account's avatar
defunctzombie/zuul
simple browser testing

Support the repos that depend on this repository

Top contributors

ndhoule's profile
ndhoule
24 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
ndhoule

ndhoule/foldl

Apply a function to each value in a collection, accumulating the results into a single return value.

JavaScript
0
0
MIT License