pick-values

1.0.1 • Public • Published

pick-values

Travis Build Status

Pick an array of values out of an object.

Usage

var pickValues = require('pick-values');
 
var result = pickValues({ hello: 'world', foo: 'bar' }, ['hello', 'foo']);
//-> ['world', 'bar']

API

pickValues(object, keys)

Takes an object and an array (or single string) of keys. Returns an ordered array of values from each of the specified keys.

License

MIT

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i pick-values

    Weekly Downloads

    1,990

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • phated