We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57bd87 commit 7b09a57Copy full SHA for 7b09a57
index.js
@@ -1,4 +1,4 @@
1
-module.exports = function ObjectPropsEqual(objA, objB) {
+module.exports = function ShallowEquals(objA, objB) {
2
if (objA === objB) return true;
3
if (!objA || !objB) return false;
4
0 commit comments