Files
planet/frontend/node_modules/zustand/vanilla/shallow.d.ts
2026-03-05 11:46:58 +08:00

2 lines
63 B
TypeScript

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