4 lines
250 B
TypeScript
Raw Normal View History

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