|
|
há 3 anos | |
|---|---|---|
| .. | ||
| test | há 3 anos | |
| .npmignore | há 3 anos | |
| History.md | há 3 anos | |
| Makefile | há 3 anos | |
| Readme.md | há 3 anos | |
| component.json | há 3 anos | |
| index.js | há 3 anos | |
| package.json | há 3 anos | |
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