You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ The primary export of `deep-eql` is function that can be given two objects to co
97
97
98
98
### Rules
99
99
100
-
- Strict equality for non-traversable nodes according to [`Object.is`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is).
100
+
- Strict equality for non-traversable nodes according to [`Object.is`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is):
101
101
-`eql(NaN, NaN).should.be.true;`
102
102
-`eql(-0, +0).should.be.false;`
103
103
- All own and inherited enumerable properties are considered:
@@ -106,3 +106,6 @@ The primary export of `deep-eql` is function that can be given two objects to co
0 commit comments