domain-events/node_modules/lodash.defaults
2026-01-21 11:37:28 -08:00
..
index.js chore: initial commit 2026-01-21 11:37:28 -08:00
LICENSE chore: initial commit 2026-01-21 11:37:28 -08:00
package.json chore: initial commit 2026-01-21 11:37:28 -08:00
README.md chore: initial commit 2026-01-21 11:37:28 -08:00

lodash.defaults v4.2.0

The lodash method _.defaults exported as a Node.js module.

Installation

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.