mixin-object
Last updated
Was this helpful?
Last updated
Was this helpful?
Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.
If you only want to combine own-properties, use .
Install with
Install with
Install dev dependencies:
Jon Schlinkert
: Deeply assign the enumerable properties of source objects to a destination object.
: Like extend
but recursively copies only the missing properties/values to the target object.
: Extend an object with the properties of additional objects. node.js/javascript util.
: Iterate over the own enumerable properties of an object, and return an object with properties…
: Iterate over the own and inherited enumerable properties of an objecte, and return an object…
: Returns true if the value is an object and not an array or null.
: Returns true if an object was created by the Object
constructor.
: Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.
: Recursively merge values in a javascript object.
Pull requests and stars are always welcome. For bugs and feature requests,
Copyright © 2014-2015 Released under the MIT license.
This file was generated by on July 05, 2015.