Marketing_Digital/Template-01/node_modules/shallowequal/index.js.flow
2026-05-13 21:21:04 -03:00

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;