Skip to content

Commit 1a745b5

Browse files
committed
docs: update related packages sections
1 parent c72df63 commit 1a745b5

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

lib/node_modules/@stdlib/assert/is-struct/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@ bool = isStruct( null );
9292

9393
<section class="related">
9494

95+
* * *
96+
97+
## See Also
98+
99+
- <span class="package-name">[`@stdlib/assert/is-struct-constructor-like`][@stdlib/assert/is-struct-constructor-like]</span><span class="delimiter">: </span><span class="description">test if a value is struct constructor-like.</span>
100+
- <span class="package-name">[`@stdlib/dstructs/struct`][@stdlib/dstructs/struct]</span><span class="delimiter">: </span><span class="description">fixed-width composite data type (a.k.a., a `struct`).</span>
101+
95102
</section>
96103

97104
<!-- /.related -->
@@ -102,6 +109,12 @@ bool = isStruct( null );
102109

103110
[@stdlib/dstructs/struct]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/dstructs/struct
104111

112+
<!-- <related-links> -->
113+
114+
[@stdlib/assert/is-struct-constructor-like]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-struct-constructor-like
115+
116+
<!-- </related-links> -->
117+
105118
</section>
106119

107120
<!-- /.links -->

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

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

123123
<section class="related">
124124

125+
<!-- <related-links> -->
126+
127+
[@stdlib/object/none-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/none-in-by
128+
129+
[@stdlib/object/some-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/some-in-by
130+
131+
[@stdlib/object/every-own-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/every-own-by
132+
133+
<!-- </related-links> -->
134+
125135
</section>
126136

127137
<!-- /.links -->

0 commit comments

Comments
 (0)