Skip to content

Commit ca6759d

Browse files
committed
docs: update related packages sections
1 parent fd45831 commit ca6759d

File tree

1 file changed

+15
-0
lines changed
  • lib/node_modules/@stdlib/assert/is-nonpositive-finite

1 file changed

+15
-0
lines changed

Diff for: lib/node_modules/@stdlib/assert/is-nonpositive-finite/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@ bool = isNonPositiveFinite( null );
141141

142142
<section class="related">
143143

144+
* * *
145+
146+
## See Also
147+
148+
- <span class="package-name">[`@stdlib/assert/is-finite`][@stdlib/assert/is-finite]</span><span class="delimiter">: </span><span class="description">test if a value is a finite number.</span>
149+
- <span class="package-name">[`@stdlib/assert/is-nonpositive-number`][@stdlib/assert/is-nonpositive-number]</span><span class="delimiter">: </span><span class="description">test if a value is a number having a nonpositive value.</span>
150+
144151
</section>
145152

146153
<!-- /.related -->
@@ -149,6 +156,14 @@ bool = isNonPositiveFinite( null );
149156

150157
<section class="links">
151158

159+
<!-- <related-links> -->
160+
161+
[@stdlib/assert/is-finite]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-finite
162+
163+
[@stdlib/assert/is-nonpositive-number]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-nonpositive-number
164+
165+
<!-- </related-links> -->
166+
152167
</section>
153168

154169
<!-- /.links -->

0 commit comments

Comments
 (0)