Skip to content

Commit 7540f6e

Browse files
committed
Add comment
1 parent db33fc6 commit 7540f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
return deepDiff;
88
});
99
} else if (typeof exports === 'object' || typeof navigator === 'object' && navigator.product.match(/ReactNative/i)) {
10-
// Node.js
10+
// Node.js or ReactNative
1111
module.exports = deepDiff;
1212
} else {
1313
// Browser globals

0 commit comments

Comments
 (0)