routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
export type ValueComparator = (a: any, b: any) => boolean;
|
||||
export declare function deepEqual(a: any, b: any, recursionCache?: WeakMap<WeakKey, any>): boolean;
|
||||
Reference in New Issue
Block a user