Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreamqyq/deepclone
https://github.com/dreamqyq/deepclone
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dreamqyq/deepclone
- Owner: dreamqyq
- License: mit
- Created: 2021-04-20T08:50:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-27T03:04:47.000Z (over 3 years ago)
- Last Synced: 2023-03-04T23:13:36.889Z (over 1 year ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)