Files
copilot-toolbox-template-121/node_modules/shallowequal/index.js.flow
2026-01-16 02:20:32 +00: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;