npm.io
0.2.3 • Published 10 years ago

component-clone

Licence
Version
0.2.3
Deps
1
Vulns
0
Weekly
0
Stars
18

clone

Object clone supporting date, regexp, array and object types.

Example

var obj = clone({
  a: 'b',
  c: [
    new Date(),
    'tobi',
    'jane'
  ]
})

API

clone(obj)

Clones obj recursively and returns it.

License

MIT