Skip to content

Commit 7d41665

Browse files
authored
docs: update related packages sections
PR-URL: #9035 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent e2902df commit 7d41665

File tree

1 file changed

+3
-0
lines changed
  • lib/node_modules/@stdlib/object/every-in-by

1 file changed

+3
-0
lines changed

lib/node_modules/@stdlib/object/every-in-by/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ bool = everyInBy( o, isPositive );
126126

127127
## See Also
128128

129+
- <span class="package-name">[`@stdlib/object/any-in-by`][@stdlib/object/any-in-by]</span><span class="delimiter">: </span><span class="description">test whether at least one property in an object passes a test implemented by a predicate function.</span>
129130
- <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>
130131
- <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>
131132
- <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>
@@ -140,6 +141,8 @@ bool = everyInBy( o, isPositive );
140141

141142
<!-- <related-links> -->
142143

144+
[@stdlib/object/any-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/any-in-by
145+
143146
[@stdlib/object/none-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/none-in-by
144147

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

0 commit comments

Comments
 (0)