yuanhao b574408fd7 first commit před 3 roky
..
LICENSE b574408fd7 first commit před 3 roky
README.md b574408fd7 first commit před 3 roky
index.js b574408fd7 first commit před 3 roky
package.json b574408fd7 first commit před 3 roky

README.md

lodash.defaultsdeep v4.6.1

The Lodash method _.defaultsDeep exported as a Node.js module.

Installation

Using npm:

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

In Node.js:

var defaultsDeep = require('lodash.defaultsdeep');

See the documentation or package source for more details.