# Module: each

## Table of contents

### Functions

- [default](each.md#default)

## Functions

### default

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

Iterates over a collection, ignoring the results and returning the original collection.

#### Parameters

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

#### Returns

`Collection`

#### Defined in

[src/each.js:13](https://github.com/Twipped/js-utils/blob/9c196e3/src/each.js#L13)
