# Module: difference

## Table of contents

### Functions

- [default](difference.md#default)

## Functions

### default

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

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

#### Parameters

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

#### Returns

`any`[]

#### Defined in

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