orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
19 lines (13 loc) • 453 B
Markdown
# lodash.pickby v4.6.0
The [lodash](https://lodash.com/) method `_.pickBy` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.pickby
```
In Node.js:
```js
var pickBy = require('lodash.pickby');
```
See the [documentation](https://lodash.com/docs#pickBy) or [package source](https://github.com/lodash/lodash/blob/4.6.0-npm-packages/lodash.pickby) for more details.