The lodash method `_.assign` exported as a module.
npm install lodash.assignThe lodash method _.assign exported as a Node.js module.
Using npm:
``bash`
$ {sudo -H} npm i -g npm
$ npm i --save lodash.assign
In Node.js:
`js``
var assign = require('lodash.assign');
See the documentation or package source for more details.