stdlib-js / stdlib

✨ Standard library for JavaScript and Node.js. ✨
https://stdlib.io
Apache License 2.0
4.56k stars 509 forks source link

feat: add `array/base/unary5d-by` #3221

Open Neerajpathak07 opened 4 days ago

Neerajpathak07 commented 4 days ago

Resolves #3175

Description

What is the purpose of this pull request?

This pull request:

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.

@stdlib-js/reviewers

stdlib-bot commented 4 days ago

Coverage Report

Package Statements Branches Functions Lines
array/base/unary5d-by $\color{green}181/181$
$\color{green}+100.00\%$
$\color{green}13/13$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}181/181$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this PR.

kgryte commented 4 days ago

@Neerajpathak07 You have a lint error which needs to be fixed in order to get CI passing.

Neerajpathak07 commented 1 day ago

@kgryte made the essential changes all the CI checks are passing!!