Files
copilot-toolbox-sdfdsfds/node_modules/shallowequal/index.js.flow
2026-01-16 01:51:36 +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;