![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | LICENSE | 8 years ago | 1.1K | |
![]() | README.md | 8 years ago | 909 | |
![]() | index.d.ts | 7 years ago | 58 | |
![]() | index.js | 8 years ago | 1.7K | |
![]() | package.json | 2 years ago | 1.7K |
var dcopy = require('deep-copy')
// deep copy object
var copy = dcopy({a: {b: [{c: 5}]}})
// deep copy array
var copy = dcopy([1, 2, {a: {b: 5}}])
Benchmarks comparing deep-copy
to other libraries across all Node LTS versions.