Skip to content

Commit 15e57fc

Browse files
committed
docs: update related packages sections
1 parent 21b2d73 commit 15e57fc

File tree

1 file changed

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

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,14 @@ bool = everyInBy( o, isPositive );
122122

123123
<section class="related">
124124

125+
* * *
126+
127+
## See Also
128+
129+
- <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>
130+
- <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>
131+
- <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>
132+
125133
</section>
126134

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

131139
<section class="links">
132140

141+
<!-- <related-links> -->
142+
143+
[@stdlib/object/none-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/none-in-by
144+
145+
[@stdlib/object/some-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/some-in-by
146+
147+
[@stdlib/object/every-own-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/every-own-by
148+
149+
<!-- </related-links> -->
150+
133151
</section>
134152

135153
<!-- /.links -->

0 commit comments

Comments
 (0)