4 lines
239 B
TypeScript
4 lines
239 B
TypeScript
//#region src/compat/_internal/IsMatchWithCustomizer.d.ts
|
|
type IsMatchWithCustomizer = (value: any, other: any, indexOrKey: PropertyKey, object: object, source: object) => boolean | undefined;
|
|
//#endregion
|
|
export { IsMatchWithCustomizer }; |