summit/frontend/node_modules/zustand/vanilla/shallow.d.ts

2 lines
63 B
TypeScript
Raw Normal View History

2025-12-08 16:31:30 +00:00
export declare function shallow<T>(objA: T, objB: T): boolean;