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