shallow-clone
Last updated
Was this helpful?
Last updated
Was this helpful?
Make a shallow clone of an object, array or primitive.
Install with
The array itself is cloned, but not the elements of the array. So any objects in the array will still not be cloned (e.g. they will be the same object as in the orginal array).
Install dev dependencies:
Jon Schlinkert
Copyright © 2015 Jon Schlinkert Released under the MIT license.
: Deeply assign the enumerable properties of source objects to a destination object.
: Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.
: Extend an object with the properties of additional objects. node.js/javascript util.
: Returns true if an object was created by the Object
constructor.
: Mixin the own and inherited properties of other objects onto the first object. Pass an…
: Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.
Pull requests and stars are always welcome. For bugs and feature requests,
This file was generated by on August 10, 2015.