es-toolkit/docs/reference
HyunWoo Lee (Nunu Lee) 860fb0c0e2
feat(minBy): Add minBy function that select element that have min value by given condition in array (#71)
* feat(minBy): Add minBy function that return minimum of arrary

* feat(minBy): Add minBy bench test & export it

* feat(minBy): Add documents of minBy

* feat(minBy): Add unit test of minBy

* Update src/math/minBy.ts

---------

Co-authored-by: Sojin Park <raon0211@gmail.com>
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-06-17 18:40:13 +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(minBy): Add minBy function that select element that have min value by given condition in array (#71) 2024-06-17 18:40:13 +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