4 lines
239 B
TypeScript
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
//#region src/compat/_internal/IsMatchWithCustomizer.d.ts
type IsMatchWithCustomizer = (value: any, other: any, indexOrKey: PropertyKey, object: object, source: object) => boolean | undefined;
//#endregion
export { IsMatchWithCustomizer };