|
|
пре 3 година | |
|---|---|---|
| .. | ||
| test | пре 3 година | |
| .npmignore | пре 3 година | |
| History.md | пре 3 година | |
| Makefile | пре 3 година | |
| Readme.md | пре 3 година | |
| component.json | пре 3 година | |
| index.js | пре 3 година | |
| package.json | пре 3 година | |
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