Files

2 lines
64 B
TypeScript

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