-
-
Notifications
You must be signed in to change notification settings - Fork 612
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 map
method to array/bool
#2292
Conversation
Signed-off-by: Athan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Jaysukh-409 This is looking good. Two main things:
- Need to update the benchmarks.
- Need to add TypeScript docs.
I've already added a basic types/index.d.ts
file to @stdlib/array/bool
which should now be available on the latest develop
. After merge, you should go ahead and add to this PR.
Signed-off-by: Athan <[email protected]>
Signed-off-by: Athan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks, @Jaysukh-409!
PR-URL: stdlib-js#2292 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: Athan Reines <[email protected]>
Description
This pull request:
map
method to prototype ofBooleanArray
Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers