Files
CreaBook/node_modules/zustand/vanilla/shallow.d.ts
2026-04-05 03:08:53 +02:00

2 lines
63 B
TypeScript

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