hidolly

0.0.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i hidolly

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • pazguille