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/transym

Account's avatar
volkovasystems/coprop
Copy property and descriptors.
Account's avatar
volkovasystems/falzy
Check if the value is undefined, null, empty string, NaN and Infinity.
Account's avatar
volkovasystems/kein
Checks if key exists on the entity.
Account's avatar
volkovasystems/wichevr
Returns whichever is the first truthy.
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
3 contributions

Recent events

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

No events yet
volkovasystems

volkovasystems/transym

Transfer all symbols.

JavaScript
0
0
No license

**transym** is a lightweight utility that moves every symbol (functions, classes, variables, etc.) from one source file or module to another, preserving definitions and dependencies. It's intended for developers who need to reorganize codebases quickly—especially when refactoring large projects or splitting monolithic files into smaller, more maintainable modules.