Yet another Object.assign() and completeAssign based on Mozilla article
npm install mini-assign






Yet another Object.assign() based on Mozilla article
https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill
Module exports:
js
assign = require('mini-assign');res = assign(target, source1 / , source2 ... /);
`
If you have different needs regarding the functionality, please add a feature request.
Installation
`sh
npm install --save mini-assign
``github.com npmjs.com travis-ci.org coveralls.io inch-ci.org
MIT