who knows

This commit is contained in:
2024-04-03 16:25:59 +03:00
parent 49c1d5efd0
commit e9c2e82bc3
8 changed files with 38 additions and 37 deletions
-1
View File
@@ -1,6 +1,5 @@
import { deepEqual } from 'fast-equals';
export function isEqual(obj1, obj2) {
return deepEqual(obj1, obj2);
// if (obj1 === obj2) return true;
//