issues
search
calebmsword
/
clone-deep
A dependency-free utility for deeply cloning JavaScript objects.
MIT License
0
stars
0
forks
source link
Performance config
#40
Closed
calebmsword
closed
2 months ago
calebmsword
commented
2 months ago
A new performanceConfig property can be provided to the options hash passed to cloneDeep/cloneDeepFully/etc.
The ability to perform default or robust type-checking has been implemented.
The ability to ignore extensibility/frozenness/sealedness has been implemented (it has marginal performance improvements).
Tests have been refactored to reduce excessive indentation and to make assertions more declarative.