jayfella c97084e992 Initial Commit 5 жил өмнө
..
LICENSE c97084e992 Initial Commit 5 жил өмнө
README.md c97084e992 Initial Commit 5 жил өмнө
index.js c97084e992 Initial Commit 5 жил өмнө
package.json c97084e992 Initial Commit 5 жил өмнө

README.md

lodash.defaults v3.1.2

The modern build of lodash’s _.defaults exported as a Node.js/io.js module.

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash.defaults

In Node.js/io.js:

var defaults = require('lodash.defaults');

See the documentation or package source for more details.