test/node_modules/lodash.assign
2018-12-13 14:35:49 +01:00
..
index.js added new theme 2018-12-13 14:35:49 +01:00
LICENSE added new theme 2018-12-13 14:35:49 +01:00
package.json added new theme 2018-12-13 14:35:49 +01:00
README.md added new theme 2018-12-13 14:35:49 +01:00

lodash.assign v4.2.0

The lodash method _.assign exported as a Node.js module.

Installation

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.