Files
est-frame/node_modules/shallowequal/index.js.flow
2025-10-22 05:38:27 +00:00

9 lines
185 B
Plaintext
Executable File

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