Object clone supporting `date`, `regexp`, `array` and `object` types.
npm install clone-component Object clone supporting date, regexp, array and object types.
``js`
var obj = clone({
a: 'b',
c: [
new Date(),
'tobi',
'jane'
]
})
Clones obj` recursively and returns it.
MIT