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

https://github.com/rahazad/deep-equal.js

Compare javascript objects ({}) DEEPLY (recursively). It also compares other types regularly.
https://github.com/rahazad/deep-equal.js

deep-compare deep-compare-objects equality javascript js object objects recursive-compare recursive-compare-object

Last synced: 6 months ago
JSON representation

Compare javascript objects ({}) DEEPLY (recursively). It also compares other types regularly.

Awesome Lists containing this project

README

          

# Deep-Equal

> **Compare javascript objects (`{}`) DEEPLY (recursively). It also compares other types regularly.**

[![npm (scoped)](https://img.shields.io/npm/v/@graphix/deep-equal.svg)](https://npmjs.com/package/@graphix/deep-equal)
[![install size](https://packagephobia.now.sh/badge?p=@graphix/deep-equal)](https://packagephobia.now.sh/result?p=@graphix/deep-equal)
[![downloads](https://img.shields.io/npm/dt/@graphix/deep-equal.svg)](https://npmjs.com/package/@graphix/deep-equal)

[![dependencies](https://david-dm.org/Rahazad/deep-equal.js.svg)](https://david-dm.org/Rahazad/deep-equal.js)
[![devDependencies](https://david-dm.org/Rahazad/deep-equal.js/dev-status.svg)](https://david-dm.org/Rahazad/deep-equal.js?type=dev)

[![license](https://img.shields.io/github/license/Rahazad/deep-equal.js.svg)](https://github.com/Rahazad/deep-equal.js/blob/master/LICENSE)
[![Forks](https://img.shields.io/github/forks/Rahazad/deep-equal.js.svg?style=social)](https://github.com/Rahazad/deep-equal.js/fork)
[![Stars](https://img.shields.io/github/stars/Rahazad/deep-equal.js.svg?style=social)](https://github.com/Rahazad/deep-equal.js)

## Installation

```bash
npm i @graphix/deep-equal
```

or using `yarn`:

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

## Usage

Coming ...

## License

MIT © [Mir-Ismaili](https://github.com/mirismaili)