Skip to content

Commit 7b09a57

Browse files
committed
Update exported function name
Updated the exported function name to reflect the new name of the repositry.
1 parent c57bd87 commit 7b09a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = function ObjectPropsEqual(objA, objB) {
1+
module.exports = function ShallowEquals(objA, objB) {
22
if (objA === objB) return true;
33
if (!objA || !objB) return false;
44

0 commit comments

Comments
 (0)