extend-shallow
Extend an object with the properties of additional objects. node.js/javascript util.
Found 13 results for object.assign
Extend an object with the properties of additional objects. node.js/javascript util.
Object.assign polyfill copied from MDN
Object.assign with sorted keys
Object.assign polyfill respecting !important notation.
Merge and extend objects.
Minimalist deep merging of Objects with the same function signature as Object.assign()
Easily deep assign objects and merge arrays inside of them
Merge and extend objects.
Delivers ponyfills as modules, uses native alternatives first when available
A better Object.assign that merges object properties and concatenates arrays.
Deep merge objects, better version of native Object.assign.
Make Object.assign() safer for values and objects.
(p, ...a) → Object.assign(Object.create(p), ...a)