# Module: omit

## Table of contents

### Functions

- [default](omit.md#default)

## Functions

### default

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

Produce a collection without certain values

#### Parameters

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

#### Returns

`Collection`

#### Defined in

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