# Module: deepEqual

## Table of contents

### Functions

- [default](deepEqual.md#default)

## Functions

### default

▸ **default**(`a`, `b`): `boolean`

Compares two collections to their maximum depth.

#### Parameters

| Name | Type |
| :------ | :------ |
| `a` | `any` |
| `b` | `any` |

#### Returns

`boolean`

#### Defined in

[src/deepEqual.js:12](https://github.com/Twipped/js-utils/blob/9c196e3/src/deepEqual.js#L12)
