index.js.flow 185 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 // @flow declare module.exports: <T, U>( objA?: ?T, objB?: ?U, compare?: ?(objValue: any, otherValue: any, key?: string) => boolean | void, compareContext?: ?any ) => boolean;