es-toolkit/docs/reference
seungrodotlee 13c7c7f611
feat(mapKeys,mapValues): add mapKeys and mapValues (#291)
* feat(mapKeys): add mapKeys

* feat(map*): not clone object

* chore. fix names on bench

* feat. pass cloned object to iteratee

* Fix interface

* fix. fix test codes

* fix. fix type error on test

* Add docs

* test: Check test

* bench

* rewrite

* mapKeys

* test: Do not mutate the original function

---------

Co-authored-by: raon0211 <raon0211@toss.im>
2024-07-25 11:43:15 +09:00
..
array feat(max, min): Add support for max & min in es-toolkit/compat 2024-07-19 00:00:57 +09:00
compat feat(isMatch, matches): Add isMatch & matches in compat 2024-07-25 11:36:14 +09:00
function feat(before): Add before (#315) 2024-07-25 11:39:18 +09:00
math feat(sumBy): add sumBy (#198) 2024-07-15 08:25:49 +09:00
object feat(mapKeys,mapValues): add mapKeys and mapValues (#291) 2024-07-25 11:43:15 +09:00
predicate feat(isPrimitive): Add isPrimitive 2024-07-21 23:08:02 +09:00
promise docs(timeout): Update timeout.md (#251) 2024-07-20 09:54:36 +09:00
string chore(startsWith, endsWith): Update docs and import tests from lodash 2024-07-18 21:36:32 +09:00