LendAndRegret/node_modules/es-toolkit/dist/compat/_internal/IsEqualCustomizer.d.mts
2026-05-02 17:27:43 +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 };