UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

4 lines 239 B
//#region src/compat/_internal/IsMatchWithCustomizer.d.ts type IsMatchWithCustomizer = (value: any, other: any, indexOrKey: PropertyKey, object: object, source: object) => boolean | undefined; //#endregion export { IsMatchWithCustomizer };