Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add isMatchByFn method #124

Open
1 task done
ardalanamini opened this issue Sep 1, 2022 · 0 comments
Open
1 task done

feat: Add isMatchByFn method #124

ardalanamini opened this issue Sep 1, 2022 · 0 comments
Labels
enhancement New feature, improvement or request triage Pull requests & Issues in need of review for relevancy/actionability & readiness
Milestone

Comments

@ardalanamini
Copy link
Contributor

ardalanamini commented Sep 1, 2022

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
@ardalanamini ardalanamini added enhancement New feature, improvement or request triage Pull requests & Issues in need of review for relevancy/actionability & readiness labels Sep 1, 2022
@ardalanamini ardalanamini added this to the v1.0.0 milestone Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, improvement or request triage Pull requests & Issues in need of review for relevancy/actionability & readiness
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant