# Module: shallowEqual

## Table of contents

### Functions

- [default](shallowEqual.md#default)

## Functions

### default

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

Compares two collections by their first level of properties.

#### Parameters

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

#### Returns

`boolean`

#### Defined in

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