es-toolkit/docs/reference/object
novo b08e5c9bca
feat(cloneDeep): Add cloneDeep (#199)
* feat: cloneDeep

* test: cloneDeep

* chore: add benchmark of cloneDeep

* docs: add docs of cloneDeep

* chore: fix name

* fix: constructor type

* feat: add index

* chore: add doc

* feat: Add native classes handling and benchmark structuredClone

* feat: Resolved type and aligned behavior with structuredClone

* fix: object init

* fix: File for legacy nodejs

---------

Co-authored-by: Sojin Park <raon0211@toss.im>
2024-07-21 22:33:56 +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
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