Files
emaui/node_modules/es-toolkit/dist/compat/_internal/IsEqualCustomizer.d.ts
2026-05-29 15:23:46 +03:00

4 lines
250 B
TypeScript

//#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 };