Dailin 415ba84223 | 4年前 | ||
---|---|---|---|
.. | |||
LICENSE | 4年前 | ||
README.md | 4年前 | ||
index.js | 4年前 | ||
package.json | 4年前 |
The lodash method _.defaults
exported as a Node.js module.
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash.defaults
In Node.js:
var defaults = require('lodash.defaults');
See the documentation or package source for more details.