-
-
Notifications
You must be signed in to change notification settings - Fork 609
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 utils/any-own-by
#1851
Conversation
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.
👋 Hi there! 👋
And thank you for opening your first pull request! We will review it shortly. 🏃 💨
@stdlib/utils/any-own-by
utils/any-own-by
lib/node_modules/@stdlib/utils/any-own-by/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
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.
Thank you for your contribution! It looked very good; made some small edits and will merge after CI has passed.
Signed-off-by: Philipp Burckhardt <[email protected]>
Signed-off-by: Philipp Burckhardt <[email protected]>
Resolves #819.
Description
This pull request adds a utility to test whether any "own" property of a provided object satisfies a predicate function.
Related Issues
This pull request:
@stdlib/utils/any-own-by
#819Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers