# Module: intersect

## Table of contents

### Functions

- [default](intersect.md#default)

## Functions

### default

▸ **default**(`...collections`): `any`[]

Produces an array of all values which exist in all the collections passed.

#### Parameters

| Name | Type |
| :------ | :------ |
| `...collections` | `Collection`[] |

#### Returns

`any`[]

#### Defined in

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