Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/semibran/equal
- Owner: semibran
- License: mit
- Created: 2017-06-01T20:20:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T22:15:07.000Z (over 7 years ago)
- Last Synced: 2024-12-07T07:34:43.396Z (27 days ago)
- Topics: deep, equal, equality, equals
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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)