LendAndRegret/node_modules/es-toolkit/dist/compat/_internal/IsMatchWithCustomizer.d.mts
2026-05-02 17:27:43 +08:00

4 lines
175 B
TypeScript

type IsMatchWithCustomizer = (value: any, other: any, indexOrKey: PropertyKey, object: object, source: object) => boolean | undefined;
export type { IsMatchWithCustomizer };