es-toolkit/docs/reference/object
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
..
clone.md docs(clone): Fix docs for clone 2024-07-14 17:49:22 +09:00
cloneDeep.md feat(cloneDeep): Add cloneDeep (#199) 2024-07-21 22:33:56 +09:00
flattenObject.md feat(flattenObject): Add flattenObject 2024-07-19 19:09:29 +09:00
invert.md feat(invert): add invert (#125) 2024-07-05 10:08:39 +09:00
mapKeys.md feat(mapKeys,mapValues): add mapKeys and mapValues (#291) 2024-07-25 11:43:15 +09:00
mapValues.md feat(mapKeys,mapValues): add mapKeys and mapValues (#291) 2024-07-25 11:43:15 +09:00
omit.md fix(pick, omit): Restrict the type of arguments in object utils (#35) 2024-06-12 15:22:16 +09:00
omitBy.md style(*): Apply formatting in markdown files (#76) 2024-06-19 17:29:50 +09:00
pick.md fix(pick, omit): Restrict the type of arguments in object utils (#35) 2024-06-12 15:22:16 +09:00
pickBy.md fix(pickBy, omitBy): Enforce stricter argument types in shouldPick and shouldOmit (#60) 2024-06-15 19:44:45 +09:00