Sha256: 0647c8cfb37fa0c6fe85f2cee11b7875a4970c71f78d4e7fbadb195750e81a17
Contents?: true
Size: 439 Bytes
Versions: 17
Compression:
Stored size: 439 Bytes
Contents
# lodash.pick v4.4.0 The [lodash](https://lodash.com/) method `_.pick` exported as a [Node.js](https://nodejs.org/) module. ## Installation Using npm: ```bash $ {sudo -H} npm i -g npm $ npm i --save lodash.pick ``` In Node.js: ```js var pick = require('lodash.pick'); ``` See the [documentation](https://lodash.com/docs#pick) or [package source](https://github.com/lodash/lodash/blob/4.4.0-npm-packages/lodash.pick) for more details.
Version data entries
17 entries across 14 versions & 2 rubygems