# Module: find

## Table of contents

### Functions

- [default](find.md#default)

## Functions

### default

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

Find a value in a collection using a predicate.

#### Parameters

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

#### Returns

`any`

#### Defined in

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