DEV Community

cosimo chellini
cosimo chellini

Posted on

hey, I made a type safe library to sort any kind of array

hi, working for years with arrays in js and ts, I noticed that there has never been a simple and elegant way (IMHO) to order an array of elements and have a reusable and configurable structure, so I made a small library
https://sort-es.netlify.com/ which does exactly and only this, I would like to know what you think, the advice is welcome as well as the constructive reviews :D

Top comments (0)