Browse Source

Update README.md

master
Muthu Kumar 7 years ago
committed by GitHub
parent
commit
c57938e693
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      README.md

9
README.md

@ -1,10 +1,10 @@
# isEq
#
### Deep-compare objects
### isEq -- Deep-compare objects
`isEq` is a very tiny module that deep compares objects or arrays.
Although the intention is deep comparison, `isEq` can compare several datatypes.
Although its intention is deep comparison, `isEq` can compare several datatypes.
## Supports
@ -79,3 +79,6 @@ var entities = [
const evilEntities = entities.filter(eachEntity => isEq(eachEntity, { isEvil: true }, ['isEvil']));
```
<br><br>
***Written by [@MKRhere](https://mkr.pw)*** —

Loading…
Cancel
Save