Skip to content

docs: update related packages sections #7681

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

Merged
merged 1 commit into from
Jul 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions lib/node_modules/@stdlib/object/every-in-by/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ bool = everyInBy( o, isPositive );

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/object/none-in-by`][@stdlib/object/none-in-by]</span><span class="delimiter">: </span><span class="description">test whether every property in an object fails a test implemented by a predicate function.</span>
- <span class="package-name">[`@stdlib/object/some-in-by`][@stdlib/object/some-in-by]</span><span class="delimiter">: </span><span class="description">test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.</span>
- <span class="package-name">[`@stdlib/object/every-own-by`][@stdlib/object/every-own-by]</span><span class="delimiter">: </span><span class="description">test whether all own properties of an object pass a test implemented by a predicate function.</span>

</section>

<!-- /.related -->
Expand All @@ -130,6 +138,16 @@ bool = everyInBy( o, isPositive );

<section class="links">

<!-- <related-links> -->

[@stdlib/object/none-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/none-in-by

[@stdlib/object/some-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/some-in-by

[@stdlib/object/every-own-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/every-own-by

<!-- </related-links> -->

</section>

<!-- /.links -->
Loading