Files
2025-11-28 19:45:44 -07:00

2 lines
64 B
TypeScript

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