$ cnpm install clone-component
Object clone supporting date, regexp, array and object types.
var obj = clone({
a: 'b',
c: [
new Date(),
'tobi',
'jane'
]
})
Clones obj recursively and returns it.
MIT
Copyright 2013 - present © cnpmjs.org | Home |