Muqriz 48f16bfc3e initail first | il y a 4 mois | |
---|---|---|
.. | ||
LICENSE | il y a 4 mois | |
README.md | il y a 4 mois | |
index.js | il y a 4 mois | |
package.json | il y a 4 mois |
The lodash method _.get
exported as a Node.js module.
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.