An open API service indexing awesome lists of open source software.

https://github.com/budarin/deep-equal

Compares 2 objects with each other deeply
https://github.com/budarin/deep-equal

Last synced: 3 months ago
JSON representation

Compares 2 objects with each other deeply

Awesome Lists containing this project

README

        

# deep-equal

Compares 2 objects with each other deeply.

## Installation

```bash
yarn add @budarin/deep-equal
```

## Usage

```ts
import deepEqual from '@budarin/deep-equal';

deepEqual({ a: 1 }, { a: 1 });
```

## License

MIT