Files
avz-site/node_modules/shallowequal/index.js.flow
T
2026-05-30 19:59:39 -03: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;