unis_crm/frontend1/node_modules/zustand/esm/vanilla/shallow.d.mts

2 lines
63 B
TypeScript
Raw Normal View History

2026-03-26 09:29:55 +00:00
export declare function shallow<T>(objA: T, objB: T): boolean;