index.js.flow 185 B

12345678
  1. // @flow
  2. declare module.exports: <T, U>(
  3. objA?: ?T,
  4. objB?: ?U,
  5. compare?: ?(objValue: any, otherValue: any, key?: string) => boolean | void,
  6. compareContext?: ?any
  7. ) => boolean;