Skip to content

feat: Add diffByProperty method #178

@ardalanamini

Description

@ardalanamini

What do you need?

This method is like difference except that it accepts iteratee which is invoked for each element of array and values to generate the criterion by which they're compared. The order and references of result values are determined by the first array.

Purposed definition:

function diffByProperty(array: unknown[], values: unknown[], property: string): unknown[];

Contact Details

No response

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