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

432 B

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.