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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,9 @@ The primary export of `deep-eql` is function that can be given two objects to co
99
99
- 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
100
-`eql(NaN, NaN).should.be.true;`
101
101
-`eql(-0, +0).should.be.false;`
102
+
- All own and inherited enumerable properties are considered:
0 commit comments