object-assign / 4.0.1 last updated 8 months ago created on Feb 2nd 2014
Install
npm install --save object-assign
Clone
git clone git@github.com:sindresorhus/object-assign.git
dependencies
No dependencies listed.
maintainers
versions
15 total
| 4.0.1 | 8 months ago | sindresorhus |
| 4.0.0 | 8 months ago | sindresorhus |
| 3.0.0 | 10 months ago | sindresorhus |
| 2.1.1 | 10 months ago | sindresorhus |
| 2.0.0 | a year ago | sindresorhus |
| 1.0.0 | 2 years ago | sindresorhus |
| 0.4.0 | 2 years ago | sindresorhus |
| 0.3.1 | 2 years ago | sindresorhus |
| 0.3.0 | 2 years ago | sindresorhus |
| 0.2.2 | 2 years ago | sindresorhus |
| 0.2.1 | 2 years ago | sindresorhus |
| 0.2.0 | 2 years ago | sindresorhus |
| 0.1.2 | 2 years ago | sindresorhus |
| 0.1.1 | 2 years ago | sindresorhus |
| 0.1.0 | 2 years ago | sindresorhus |
readme
object-assign 
ES6
Object.assign()ponyfillPonyfill: A polyfill that doesn't overwrite the native method
Install
Usage
API
objectAssign(target, source, [source, ...])
Assigns enumerable own properties of source objects to the target object and returns the target object. Additional source objects will overwrite previous ones.
Resources
License
MIT © Sindre Sorhus