Files
HRM-System/node_modules/es-toolkit/dist/compat/_internal/IsMatchWithCustomizer.d.ts
2026-04-13 08:19:53 +08:00

4 lines
175 B
TypeScript

type IsMatchWithCustomizer = (value: any, other: any, indexOrKey: PropertyKey, object: object, source: object) => boolean | undefined;
export type { IsMatchWithCustomizer };