|
|
4 yıl önce | |
|---|---|---|
| .. | ||
| test | 4 yıl önce | |
| .npmignore | 4 yıl önce | |
| History.md | 4 yıl önce | |
| Makefile | 4 yıl önce | |
| Readme.md | 4 yıl önce | |
| component.json | 4 yıl önce | |
| index.js | 4 yıl önce | |
| package.json | 4 yıl önce | |
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