# pick-util [![Build Status](https://travis-ci.com/jonkemp/pick-util.svg?branch=master)](https://travis-ci.com/jonkemp/pick-util) > Return a copy of the object only containing the whitelisted properties. Alternatively accepts a predicate indicating which keys to pick. Inspired by `_.pick`. 😄 ## Install Install with [npm](https://npmjs.org/package/pick-util) ``` $ npm install pick-util ``` Or [unpkg](https://unpkg.com/pick-util/) ```