搜索 "deep clone" 的结果(共 9 个)
rfdc
Really Fast Deep Clone
MIT
extract-files
A function to recursively extract files and their object paths within a value, replacing them with null in a deep clone without mutating the original value. FileList instances are treated as File instance arrays. Files are typically File and Blob instance
MIT
clones
should deep clone everything even global objects, functions, circularities, ...
MIT
fastest-json-copy
- Fastest JSON deep clone implementation for Node.js - Goal of this project is to track and maintain the fastest deep cloning function for plain JavaScript objects (POJOs), aka JSON objects. - Keeps track of benchmarks of all other implementations.
MIT
fast-deepclone
Deep clone an object
MIT
safe-clone-deep
Safely deep clone an object. Will not clone nested objects.
ISC