[RFC]: Add @stdlib/utils/every-own-by
#818
Labels
difficulty: 2
May require some initial design or R&D, but should be straightforward to resolve and/or implement.
Feature
Issue or pull request for adding a new feature.
Good First Issue
A good first issue for new contributors!
JavaScript
Issue involves or relates to JavaScript.
Needs Discussion
Needs further discussion.
priority: Low
Low priority concern or feature request.
RFC
Request for comments. Feature requests and proposed changes.
Utilities
Issue or pull request concerning general utilities.
Description
This RFC proposes adding a utility to test whether every "own" property of a provided object satisfies a predicate function.
This is the object keys equivalent of
@stdlib/utils/every-by
.Package:
@stdlib/utils/every-own-by
Alias:
everyOwnBy
Related Issues
None.
Questions
No.
Other
No.
Checklist
RFC:
.The text was updated successfully, but these errors were encountered: