Skip to content

Commit ad7be7a

Browse files
stdlib-botkgryte
andauthored
docs: update related packages sections
PR-URL: #7569 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
1 parent 84eda6b commit ad7be7a

File tree

1 file changed

+13
-0
lines changed
  • lib/node_modules/@stdlib/assert/is-struct

1 file changed

+13
-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 -->

0 commit comments

Comments
 (0)