2 lines
70 B
TypeScript
2 lines
70 B
TypeScript
|
|
export default function shallowEqual(left: any, right: any): boolean;
|