doipjs/node_modules/lodash.get
Yarmo Mackenbach e996bc8023 Initial commit
2020-10-23 22:35:53 +02:00
..
index.js Initial commit 2020-10-23 22:35:53 +02:00
LICENSE Initial commit 2020-10-23 22:35:53 +02:00
package.json Initial commit 2020-10-23 22:35:53 +02:00
README.md Initial commit 2020-10-23 22:35:53 +02:00

lodash.get v4.4.2

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

Installation

Using npm:

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

In Node.js:

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

See the documentation or package source for more details.