1
0
Fork 0
react-playground/node_modules/shallowequal/index.js.flow

8 lines
185 B
Text

// @flow
declare module.exports: <T, U>(
objA?: ?T,
objB?: ?U,
compare?: ?(objValue: any, otherValue: any, key?: string) => boolean | void,
compareContext?: ?any
) => boolean;