Skip to content

feat: add minBy method #263

@ardalanamini

Description

@ardalanamini

What do you need?

It will iterate through each element of the provided values array
and return the result of invoking iteratee function/property for each element to produce the desired number,
to then be compared with other result numbers to find the minimum value.

Purposed definition:

function minBy(values: unknown [], iteratee: Function | PropertyKey): number;

Code of Conduct

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature, improvement or request

Type

No type

Projects

Status

✅ Done

Relationships

None yet

Development

No branches or pull requests

Issue actions