Files
icehrm/web/node_modules/shallowequal/index.js.flow
2020-05-20 18:47:29 +02:00

9 lines
185 B
Plaintext

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