Files

2 lines
63 B
TypeScript
Raw Permalink Normal View History

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