-
-
Notifications
You must be signed in to change notification settings - Fork 838
feat: add @stdlib/utils/some-in-by #1412
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 @stdlib/utils/some-in-by #1412
Conversation
Add support to test whether some "own" and inherited properties of a provided object satisfies a predicate function. Fixes: stdlib-js#825
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.
Thanks for getting this done; looks good!
Will merge after CI passed.
|
||
## See Also | ||
|
||
- <span class="package-name">[`@stdlib/utils/any-by`][@stdlib/utils/any-by]</span><span class="delimiter">: </span><span class="description">test whether at least one element in a collection passes a test implemented by a predicate function.</span> |
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.
@performant23 No reason to fill in these; the related packages sections get auto-populated.
Signed-off-by: Philipp Burckhardt <[email protected]>
Signed-off-by: Philipp Burckhardt <[email protected]>
Signed-off-by: Philipp Burckhardt <[email protected]>
Add support to test whether some "own" and inherited properties of a provided object satisfies a predicate function.
Fixes: #825
Resolves #825.
Description
This pull request:
Related Issues
This pull request:
@stdlib/utils/some-in-by
#825@stdlib/utils/some-in-by
#825Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers