Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dreamqyq/deepclone


https://github.com/dreamqyq/deepclone

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# deepClone

1. [deepClone1: 最简单的递归实现](./src/deepClone1.js)
2. [deepClone2: 自动跳过原型属性](./src/deepClone2.js)
3. [deepClone3: 复制特殊对象](./src/deepClone3.js)
4. [deepClone4: 复制循环引用(闭包)](./src/deepClone4.js)
5. [deepClone5: 复制循环引用(Class)](./src/deepClone5.js)