2 lines
67 B
Plaintext
2 lines
67 B
Plaintext
export declare function shallow<T>(valueA: T, valueB: T): boolean;
|
export declare function shallow<T>(valueA: T, valueB: T): boolean;
|