Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/semibran/equal

Determine if two values are deeply equivalent
https://github.com/semibran/equal

deep equal equality equals

Last synced: 14 days ago
JSON representation

Determine if two values are deeply equivalent

Awesome Lists containing this project

README

        

# equivalence
> Determine if two values are deeply equivalent

```js
> const equal = require('equal')
undefined

> equal({ foo: [1, 2, 3] }, { bar: [1, 2, 3] })
false
```

## install
```sh
npm install equivalence
```

## license
[MIT](https://opensource.org/licenses/MIT) © [Brandon Semilla](https://git.io/semibran)