# Module: pick

## Table of contents

### Functions

- [default](pick.md#default)

## Functions

### default

▸ **default**(`collection`, `predicate`): `Collection`

Produce a collection containing only certain values

#### Parameters

| Name | Type |
| :------ | :------ |
| `collection` | `any` |
| `predicate` | `Predicate` |

#### Returns

`Collection`

#### Defined in

[src/pick.js:14](https://github.com/Twipped/js-utils/blob/9c196e3/src/pick.js#L14)
