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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of miguelcastillo/setopt

Account's avatar
MiguelCastillo/dis-isa
isa types for javascript

Support the repos that depend on this repository

Top contributors

MiguelCastillo's profile
MiguelCastillo
4 contributions

Recent events

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

No events yet
miguelcastillo

miguelcastillo/setopt

Helper configurator for automatically calling set methods for each property in the input options object

JavaScript
0
0
MIT License

The **setopt** library is a tiny utility that automates the configuration of objects by iterating over an options object and invoking the corresponding `set*` methods for each property (e.g., `setFoo` for `{foo: …}`). It’s aimed at JavaScript/Node developers who want a concise, repeatable way to apply bulk option settings without writing repetitive setter calls.