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

2 lines
64 B
TypeScript

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