Copy enumerable own properties from one or more source objects to a target object.
ES2015 `Object.assign()` ponyfill
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.
Object.
Replace Object.assign with an inline helper
Test if a value is object-like.
Test if a value is a plain object.
Test if a value is an object.
Determine the specification defined classification of an object.
Define (or modify) an object property.
ECMAScript 2015 (ES6) Object.assign polyfill and ponyfill
Return the global object.
Object constructor.
Test if a value is a Buffer object.
Number constructor.
Return the prototype of a provided object.
Load a manifest for compiling source files.
Test if an object has a specified property.
Globals and shared modules
A simple module that works exactly as Object.assign, but skips assigning undefined values.
Assign elements in an input ndarray to elements in an output ndarray.
Boolean constructor.
Command-line interface.
TypeScript definitions for object-assign