es-toolkit/docs/reference
HyunWoo Lee (Nunu Lee) 260bae963f
feat(maxBy): Add maxBy function that select element that have max value by given condition in array (#64)
* feat(maxBy): Add maxBy function

* feat(maxBy): Add benchamark test

* feat(maxBy): Add unit test of maxBy

* docs(maxBy): Add reference of maxBy function

* feat(maxBy): use for-each loop instead of index-increasing fashion

* fix(maxBy): Change code by code review

* fix(maxBy): Changed by code review, all tests are fine

* fix(maxBy): remove explicit undefined return

* fix(maxBy): Fix reference due to signature modification

* Update src/math/maxBy.ts

---------

Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-06-17 18:39:42 +09:00
..
array docs: Add docs for uniqBy and uniqWith 2024-06-13 22:20:12 +09:00
function feat(debounce): Support AbortSignal to cancel debounced functions for improved cancellation (#45) 2024-06-14 08:04:05 +09:00
math feat(maxBy): Add maxBy function that select element that have max value by given condition in array (#64) 2024-06-17 18:39:42 +09:00
object fix(pickBy, omitBy): Enforce stricter argument types in shouldPick and shouldOmit (#60) 2024-06-15 19:44:45 +09:00
predicate docs(isUndefined): Polish document styles and fix incorrect comments (#67) 2024-06-17 12:26:32 +09:00
promise feat(delay): Support AbortSignal to delay for improved cancellation (#52) 2024-06-15 15:20:42 +09:00