Skip to content

Commit 0f08ba1

Browse files
authored
docs: update related packages sections
PR-URL: #7592 Reviewed-by: Athan Reines <[email protected]>
1 parent 6bce04d commit 0f08ba1

File tree

1 file changed

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

1 file changed

+13
-0
lines changed

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

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

9292
<section class="related">
9393

94+
* * *
95+
96+
## See Also
97+
98+
- <span class="package-name">[`@stdlib/assert/is-struct`][@stdlib/assert/is-struct]</span><span class="delimiter">: </span><span class="description">test if a value is a `struct` instance.</span>
99+
- <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>
100+
94101
</section>
95102

96103
<!-- /.related -->
@@ -101,6 +108,12 @@ bool = isStructConstructorLike( null );
101108

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

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

106119
<!-- /.links -->

0 commit comments

Comments
 (0)