like Object.assign, but deeply
A lightweight (no dependencies) tool to assign deeply nested properties in JS Objects (incl. Arrays)
Like Object.assign,but assign deeply if needed.
Assign the enumerable es6 Symbol properties from one or more objects to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.
Deeply assign the values of all enumerable-own-properties and symbols from one or more source objects to a target object. Returns the target object.
ES2015 `Object.assign()` ponyfill
Replace Object.assign with an inline helper
pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.
ECMAScript 2015 (ES6) Object.assign polyfill and ponyfill
Core functions for creating stamps
Merge objects & other types recursively. A simple & small integration.
The lodash method `_.assign` exported as a module.
Simple {{assign}} helper for Ember
Simple implementation of Object.assign
A simple module that works exactly as Object.assign, but skips assigning undefined values.
A mesh replacement for `THREE.Line`. Instead of using GL_LINE, it uses a strip of billboarded triangles. This is a fork of [spite/THREE.MeshLine](https://github.com/spite/THREE.MeshLine), previously maintained by studio [Utsuboco](https://github.com/utsub
A toolkit for deep structure manipulations, provides deep merge/clone functionality out of the box, and exposes hooks and custom adapters for more control and greater flexibility.
A polyfill for Ember.assign in <= 2.4
A blazing fast stringifier that safely handles circular objects
Internal utilities and types for working with deeply nested data. This is primarily used internally by RVF and it's various packages. It isn't recommended for use by most people.
TypeScript definitions for object-assign
Copy enumerable own properties from one or more source objects to a target object.
Transform optional chaining on the left-hand side of assignment expressions
Underscore mixins for deeply nested objects