Eric Foster 35b96bc934 initial commit 6 年之前
..
LICENSE initial commit 6 年之前
README.md initial commit 6 年之前
index.js initial commit 6 年之前
package.json initial commit 6 年之前

README.md

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.