Last updated 3 years ago
Was this helpful?
The method _.defaults exported as a module.
_.defaults
Using npm:
$ {sudo -H} npm i -g npm $ npm i --save lodash.defaults
In Node.js:
var defaults = require('lodash.defaults');
See the or for more details.