Showing 41-60 of 1,138 packages
Allows deep cloning of plain objects that contain primitives, nested plain objects, or nested plain arrays.
An Object.assign() generalization with overridable rules
> Transform Object.assign calls to imports from [object-assign](https://github.com/sindresorhus/object-assign)
Object.assign for es6 classes
Like `Object.assign()` but deep 😱
Like Object.assign but merges recursively objects properties.
Make Object.assign() safer for values and objects.
A babel-macro to transpile `Object.assign`-style expressions to direct assignments for maximum performance.
TypeScript definitions for object-assign
Port of jQuery.extend for node.js and the browser
Merges reducers together like an Object.assign
Post compiler for Vue template render functions to support ES2015+ features
ES2015 Object.assign() ponyfill
A tiny Object.assign implementation that works down to IE9 (uses Object.keys)
Replace Object.assign with an inline helper
a polyfill of object.assign
Copy enumerable own properties from one or more source objects to a target object.
Merges plain objects. Kind of deep version of `Object.assign()`.
like Object.assign, but deeply
A better Object.assign that merges object properties and concatenates arrays.