shallowEqual.d.ts 70 B

1
  1. export default function shallowEqual(objA: any, objB: any): boolean;