A dead simple library to help you to sort any array in JS and TS in a simple and efficient way. Completely written in typescript, 0 dependencies, 0.8 kb, tree-shakeable bundle, opensource.
No reviews yetBe the first to leave a review for sort-es v1!
Maker
I created this library just because I hate how in javascript is managed the sorting of arrays, chaotic and confusing, every time I had to search on stackoverflow how to do it, making copy and paste of things that were certainly not suitable.
With this library I have tried to group together the main use cases that a js dev could run into in a normal app development.
Extremely open to feedback :)