Skip to content

Commit 2e33b52

Browse files
committed
Auto-generated commit
1 parent a3612bd commit 2e33b52

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,13 @@ out = isSameArray( x, y );
124124

125125
<section class="related">
126126

127+
* * *
128+
129+
## See Also
130+
131+
- <span class="package-name">[`@stdlib/assert-is-array`][@stdlib/assert/is-array]</span><span class="delimiter">: </span><span class="description">test if a value is an array.</span>
132+
- <span class="package-name">[`@stdlib/assert-is-same-value`][@stdlib/assert/is-same-value]</span><span class="delimiter">: </span><span class="description">test if two arguments are the same value.</span>
133+
127134
</section>
128135

129136
<!-- /.related -->
@@ -167,8 +174,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
167174
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-same-array.svg
168175
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-same-array
169176

170-
[test-image]: https://github.com/stdlib-js/assert-is-same-array/actions/workflows/test.yml/badge.svg?branch=v0.1.0
171-
[test-url]: https://github.com/stdlib-js/assert-is-same-array/actions/workflows/test.yml?query=branch:v0.1.0
177+
[test-image]: https://github.com/stdlib-js/assert-is-same-array/actions/workflows/test.yml/badge.svg?branch=main
178+
[test-url]: https://github.com/stdlib-js/assert-is-same-array/actions/workflows/test.yml?query=branch:main
172179

173180
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-same-array/main.svg
174181
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-same-array?branch=main
@@ -202,6 +209,12 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
202209

203210
[@stdlib/assert/is-same-value]: https://github.com/stdlib-js/assert-is-same-value
204211

212+
<!-- <related-links> -->
213+
214+
[@stdlib/assert/is-array]: https://github.com/stdlib-js/assert-is-array
215+
216+
<!-- </related-links> -->
217+
205218
</section>
206219

207220
<!-- /.links -->

0 commit comments

Comments
 (0)