Skip to content

feat: Add isMatchByFn method #124

@ardalanamini

Description

@ardalanamini

Contact Details

No response

What do you need?

This method is like isMatch except that it accepts a customizer which is invoked to compare values. If customizer returns undefined, comparisons are handled by the method instead. The customizer is invoked with five arguments: (objValue, srcValue, index|key, object, source).

Purposed definition:

function isMatchByFn(object: Object, source: Object, customizer: Function): boolean;

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature, improvement or requesttriagePull requests & Issues in need of review for relevancy/actionability & readiness

    Type

    No type

    Projects

    Status

    🆕 New

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions