[@medialib/medialib-manga-source-mangadex](../README.md) / [Exports](../modules.md) / compareUtils

# Namespace: compareUtils

## Table of contents

### Functions

- [compareChanges](compareUtils.md#comparechanges)

## Functions

### compareChanges

▸ **compareChanges**(`object1`, `object2`): [`diffType`](../modules.md#difftype)

Compare two objects and redurn the result of the comparison.

#### Parameters

| Name | Type |
| :------ | :------ |
| `object1` | `any` |
| `object2` | `any` |

#### Returns

[`diffType`](../modules.md#difftype)

#### Defined in

node_modules/@medialib/medialib/dist/utils/compareUtils.d.ts:9
