|
há 11 meses atrás | |
---|---|---|
.. | ||
LICENSE | há 11 meses atrás | |
README.md | há 11 meses atrás | |
index.js | há 11 meses atrás | |
package.json | há 11 meses atrás |
The lodash method _.assign
exported as a Node.js module.
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash.assign
In Node.js:
var assign = require('lodash.assign');
See the documentation or package source for more details.