object.assign with deep clone
a polyfill of object.assign
native Object.assign as a cjs module export for bundler replacement of object-assign
Socket.dev optimized package override for object-assign
Map over an object's key/value pairs and merge (Object.assign) all partial results.
Object.assign that allows filtering of the copied keys from source objects
An Object.assign like utility that preserve descriptors
Object.assign polyfill
call Object.assign if an expression evaluates to true
Like Object.assign, but use a function to determine if a key/value will be assigned
ES2019 spec-compliant String.prototype.trimEnd shim.
Object.assign is most important function on javascript
ES2019 spec-compliant String.prototype.trimStart shim.
Allows deep cloning of plain objects that contain primitives, nested plain objects, or nested plain arrays.
TypeScript definitions for object-assign-deep
Like Object.assign,but assign deeply if needed.
Replace Object.assign with an inline helper
Yet another Object.assign() and completeAssign based on Mozilla article
Like Object.assign(), but all simple objects will be deep-copied into derived objects.
Something like lodash.merge() (a recursive version of Object.assign()) that specially designed for roudex. It especially supports functions to make it possible to transform properties based on them previous states/values.
Object.assign for Maps
```javascript (async () => { process.env = Object.assign(await require('@maxdome/ssm')(), process.env); })(); ```
ESLint rule for suggesting that object spread properties be used instead of Object.assign().
Support for legacy browser JavaScript environments