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

4 lines
190 B
TypeScript

type IsEqualCustomizer = (value: any, other: any, indexOrKey: PropertyKey | undefined, parent: any, otherParent: any, stack: any) => boolean | undefined;
export type { IsEqualCustomizer };