es-toolkit
es-toolkit copied to clipboard
A modern JavaScript utility library that's 2-3 times faster and up to 97% smaller—a major upgrade to lodash.
Hello, @raon0211 It would be great if `groupBy` could be added to` es-toolkit`. Could I try implementing this ? Ex ) https://lodash.com/docs/4.17.15#groupBy
# Description ## `orderBy` 1. I add a feature of custom key functions in `orderBy`. 2. I changed handling a case that the number of orders is less than the...
## Benchmark 
## Benchmark 
Solves issue #304 ## Benchmark 
## Description As I know, we use rollup for build. So I think that we can remove the tsup and babel package.
## Description As I know, we use rollup for build. So I think that we can remove the tsup and babel package. reopen #401 (I deleted a repository that had...
# Description ## `orderBy` 1. I add a feature of custom key functions in `orderBy`. 2. I changed handling a case that the number of orders is less than the...
# Description Before the changes, return type used a Template type `F`, but we don't return a `func` function. Actually, we return a debounced function. So, I change return type....