extend-shallow
Extend an object with the properties of additional objects. node.js/javascript util.
Extend an object with the properties of additional objects. node.js/javascript util.
Returns true if a value is a plain object, array or function.
Lowercase the keys of an object
ES2015 `Object.assign()` ponyfill
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone. No dependencies.
Utils for working with JavaScript classes and prototype methods.
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.
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.
Easily handle defaults for your options
Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.
The lodash method `_.assign` exported as a module.
extend an object
Modify the values of an object
ECMAScript 2015 (ES6) Object.assign polyfill and ponyfill
Recursive Object.assign()
Package to support nested merging of objects & properties, using Object.Assign
A polyfill for Ember.assign in <= 2.4
Allows deep cloning of plain objects that contain primitives, nested plain objects, or nested plain arrays.
pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.