|
11 months ago | |
---|---|---|
.. | ||
LICENSE | 11 months ago | |
README.md | 11 months ago | |
index.js | 11 months ago | |
package.json | 11 months ago |
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.