We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6665e commit a2d912dCopy full SHA for a2d912d
1 file changed
README.md
@@ -1,7 +1,7 @@
1
A simplified version of deep-equal intended for comparing objects that are being
2
serialized to/from JSON that:
3
4
-1. Treats undefined as null as different
+1. Treats undefined and null as different
5
(since they produce different JSON output)
6
7
2. Treats a missing property and an undefined property as equal
0 commit comments