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 volkovasystems/krumb

Account's avatar
webpack/webpack
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7

Support the repos that depend on this repository

Top contributors

volkovasystems's profile
volkovasystems
4 contributions

Recent events

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

No events yet
volkovasystems

volkovasystems/krumb

Filter only owned entity properties.

JavaScript
0
0
No license

krumb is a lightweight utility library that scans an object’s schema (e.g., a database entity) and returns only the properties that are “owned” by that entity—i.e., fields that belong directly to it rather than inherited or relational attributes. It’s intended for developers building data‑access layers or APIs who need a simple, reusable way to strip out extraneous or derived fields before serialization, validation, or persistence.