Skip to content

Commit a2d912d

Browse files
authored
chore: clarify treatment of undefined and null in README
1 parent fc6665e commit a2d912d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
A simplified version of deep-equal intended for comparing objects that are being
22
serialized to/from JSON that:
33

4-
1. Treats undefined as null as different
4+
1. Treats undefined and null as different
55
(since they produce different JSON output)
66

77
2. Treats a missing property and an undefined property as equal

0 commit comments

Comments
 (0)