es-toolkit/docs
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
..
.vitepress docs(random, randomInt): Add docs for randomInt, and polish docs for random 2024-06-15 16:00:20 +09:00
ko 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
public 1.0.0 2024-05-31 16:54:41 +09:00
reference 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
.gitignore 1.0.0 2024-05-31 16:54:41 +09:00
bundle-size.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
index.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
installation.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
intro.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
package.json 1.0.0 2024-05-31 16:54:41 +09:00
performance.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00