Skip to content

Commit c195cc9

Browse files
committed
Auto-generated commit
1 parent b17d0f0 commit c195cc9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-07-08)
7+
## Unreleased (2025-07-09)
88

99
<section class="features">
1010

@@ -114,6 +114,7 @@ A total of 6 issues were closed in this release:
114114

115115
<details>
116116

117+
- [`0f08ba1`](https://github.com/stdlib-js/stdlib/commit/0f08ba1e4edb1ab637fb2827d87965be4bb11781) - **docs:** update related packages sections [(#7592)](https://github.com/stdlib-js/stdlib/pull/7592) _(by stdlib-bot)_
117118
- [`de93d8f`](https://github.com/stdlib-js/stdlib/commit/de93d8f17831ad02c68e33181fa9226f88e42d29) - **chore:** resolve lint errors and update examples _(by Athan Reines)_
118119
- [`e6e4501`](https://github.com/stdlib-js/stdlib/commit/e6e450169e77f4fa6f21ffc888db59db156b7ad8) - **feat:** add `assert/has-float16array-support` [(#7347)](https://github.com/stdlib-js/stdlib/pull/7347) _(by Uday Kakade, Athan Reines, stdlib-bot)_
119120
- [`77b2415`](https://github.com/stdlib-js/stdlib/commit/77b2415c59c5f000c37b3e005ca9b6323199ba60) - **feat:** add `assert/is-float16array` [(#7273)](https://github.com/stdlib-js/stdlib/pull/7273) _(by Uday Kakade, Athan Reines, stdlib-bot)_

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/dstructs-struct
103110

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

106119
<!-- /.links -->

0 commit comments

Comments
 (0)