es-toolkit icon indicating copy to clipboard operation
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.

Results 255 es-toolkit issues
Sort by recently updated
recently updated
newest added

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 ![Screenshot 2024-08-20 alle 12 40 58](https://github.com/user-attachments/assets/75df3731-a8c1-496e-9070-46dad9d80a6d)

## Benchmark ![Screenshot 2024-08-20 alle 12 53 11](https://github.com/user-attachments/assets/40be4bda-168f-48a3-a379-a76b633d2898)

Solves issue #304 ## Benchmark ![Screenshot 2024-08-20 alle 12 02 27](https://github.com/user-attachments/assets/ea7b502a-7c58-4c6f-bcc1-5c7a7fe927ea)

## 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....