hidolly
v0.0.2
Published
Super powerful and super tiny util to deep cloning of objects and arrays
Downloads
16
Readme
hidolly
Super powerful and super tiny util to deep cloning of objects and arrays.
API
hidolly(obj)
Returns a deep copied of a given object or array.
obj: [Object] - A given object to clone.
var foo = {
'baz': 'qux'
};
var bar = hidolly(foo);Maintained by
- Guille Paz (Front-end developer | Web standards lover)
- E-mail: [email protected]
- Twitter: @pazguille
- Web: http://pazguille.me
License
Licensed under the MIT license.
Copyright (c) 2014 @pazguille.
