stdlib
stdlib copied to clipboard
[RFC]: Add `@stdlib/utils/every-in-by`
Description
This RFC proposes adding a utility to test whether every "own" and inherited property of a provided object satisfies a predicate function.
This is the for-in equivalent of @stdlib/utils/every-by.
Package: @stdlib/utils/every-in-by
Alias: everyInBy
Related Issues
None.
Questions
No.
Other
No.
Checklist
- [X] I have read and understood the Code of Conduct.
- [X] Searched for existing issues and pull requests.
- [X] The issue name begins with
RFC:.