object.pick
Install
$ npm install --save object.pickbenchmarks
Usage
var pick = require('object.pick');
pick({a: 'a', b: 'b'}, 'a')
//=> {a: 'a'}
pick({a: 'a', b: 'b', c: 'c'}, ['a', 'b'])
//=> {a: 'a', b: 'b'}About
Related projects
Contributing
Building docs
Running tests
Author
License
Last updated