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

This tiny, fast JavaScript module sorts arrays of objects by a specified property without mutating the original array. It supports ascending/descending order, case-insensitive sorting, and can also handle plain objects or nested arrays through optional flattening. It's designed for developers needing a lightweight, immutable sorting utility with flexible configuration options.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of webdacjs/sort-objects-array

Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
vitest-dev/vitest
V8 coverage provider for Vitest
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
egoist/tsup
Bundle your TypeScript library with no config, powered by esbuild
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
vitest-dev/vitest
Next generation testing framework powered by Vite

Support the repos that depend on this repository

Top contributors

webdacjs's profile
webdacjs
81 contributions
dependabot[bot]'s profile
dependabot[bot]
16 contributions

Recent events

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

No events yet
webdacjs

webdacjs/sort-objects-array

This tiny and fast module performs the sort of an Array of objects with the property required. The module returns a new copy of the array so the original is not mutated.

TypeScript
5
0
MIT License