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. 11
      README.md

11
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
@ -78,4 +78,7 @@ var entities = [
]
const evilEntities = entities.filter(eachEntity => isEq(eachEntity, { isEvil: true }, ['isEvil']));
```
```
<br><br>
***Written by [@MKRhere](https://mkr.pw)*** —

Loading…
Cancel
Save