Files
graff.tech/node_modules/zustand/vanilla/shallow.d.ts
T
2024-01-18 10:56:09 +05:00

2 lines
63 B
TypeScript

export declare function shallow<T>(objA: T, objB: T): boolean;