heroku-debug
Version:
debugging plugin for the CLI
19 lines (13 loc) • 467 B
Markdown
# lodash.property v4.4.0
The [lodash](https://lodash.com/) method `_.property` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.property
```
In Node.js:
```js
var property = require('lodash.property');
```
See the [documentation](https://lodash.com/docs#property) or [package source](https://github.com/lodash/lodash/blob/4.4.0-npm-packages/lodash.property) for more details.