@patomation/clone-deep
Recursive deep clone algorithm for object and arrays
Recursive deep clone algorithm for object and arrays
clonefrancois is a lightweight and efficient utility for deep cloning JavaScript objects, arrays, and other complex data structures. It handles edge cases such as circular references, Date, Map, Set, and custom objects, ensuring a robust and comprehensive
Create an immutable clone or copy of data. This could be an array, object, map, set or function.