![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | LICENSE | 8 years ago | 1.1K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
![]() | README.md | 8 years ago | 909 | f12eb36 documentaiton updates [كارل مبارك] |
![]() | index.d.ts | 7 years ago | 58 | |
![]() | index.js | 8 years ago | 1.7K | |
![]() | package.json | 2 years ago | 1.7K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
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.