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
- Host: GitHub
- URL: https://github.com/budarin/deep-equal
- Owner: budarin
- License: mit
- Created: 2023-12-10T16:58:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-26T14:27:03.000Z (about 1 year ago)
- Last Synced: 2025-02-25T12:42:15.858Z (3 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@budarin/deep-equal
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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