Muqriz 48f16bfc3e initail first | пре 4 месеци | |
---|---|---|
.. | ||
LICENSE | пре 4 месеци | |
README.md | пре 4 месеци | |
index.js | пре 4 месеци | |
package.json | пре 4 месеци |
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.