|
|
il y a 3 ans | |
|---|---|---|
| .. | ||
| test | il y a 3 ans | |
| .npmignore | il y a 3 ans | |
| History.md | il y a 3 ans | |
| Makefile | il y a 3 ans | |
| Readme.md | il y a 3 ans | |
| component.json | il y a 3 ans | |
| index.js | il y a 3 ans | |
| package.json | il y a 3 ans | |
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