Files

2 lines
64 B
TypeScript
Raw Permalink Normal View History

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