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

`for-each-key` is a utility library that iterates over an object's properties, calling a provided function with each key and its corresponding value. It's designed for JavaScript developers who need a simple way to process object properties, similar to `Object.entries()` but with a callback-based approach.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of coderaiser/for-each-key

Account's avatar
cloudcmd/stub
simplest sinon.stub alternative with diff support
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
mysticatea/eslint-plugin-node
Additional ESLint's rules for Node.js
Account's avatar
coderaiser/putout
ESLint plugin for 🐊Putout
Account's avatar
coderaiser/madrun
CLI tool to run multiple npm-scripts in a madly comfortable way
Account's avatar
remy/nodemon
Simple monitor script for use during development of a Node.js app.
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
coderaiser/putout
🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json
Account's avatar
coderaiser/supertape
📼 Supertape simplest high speed test runner with superpowers

Support the repos that depend on this repository

Top contributors

coderaiser's profile
coderaiser
15 contributions

Recent events

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

No events yet
coderaiser

coderaiser/for-each-key

Call a function with key and value for each object property

JavaScript
1
0
MIT License