# Module: includes

## Table of contents

### Functions

- [default](includes.md#default)

## Functions

### default

▸ **default**(`collection`, `value`): `boolean`

Identical to Array.prototype.includes, but works for all Collection types except Iterables.

#### Parameters

| Name | Type |
| :------ | :------ |
| `collection` | `Collection` |
| `value` | `any` |

#### Returns

`boolean`

#### Defined in

[src/includes.js:17](https://github.com/Twipped/js-utils/blob/9c196e3/src/includes.js#L17)
