0.0.2 • Published 11 years ago

hidolly v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
11 years ago

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

License

Licensed under the MIT license.

Copyright (c) 2014 @pazguille.

0.0.2

11 years ago

0.0.1

11 years ago