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

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
jacobwgillespie

jacobwgillespie/fast-case

⚡Fast camelCase and PascalCase string and key conversion for JavaScript (Node / browser)

JavaScript
20
1
MIT License
jacobwgillespie's profile
jacobwgillespie
175 contributions
dependabot[bot]'s profile
dependabot[bot]
99 contributions
openscript's profile
openscript
1 contributions
batyshkaLenin's profile
batyshkaLenin
1 contributions

Support the dependencies of jacobwgillespie/fast-case

Account's avatar
avajs/ava
Node.js test runner that lets you develop with confidence.
Account's avatar
domchristie/humps
Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript.
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
encharm/xcase
Blazingly fast recursive convertion to and from camelCase or PascalCase for Objects and Arrays

fast‑case is a tiny JavaScript library that quickly converts strings and object keys between snake_case, camelCase and PascalCase, offering both pure and in‑place variants. It’s aimed at Node‑ or browser‑based developers who need high‑performance case conversion (e.g., when handling API payloads) and want a drop‑in, faster alternative to tools like humps or xcase.