Skip to content

Commit 51461da

Browse files
committed
Auto-generated commit
1 parent 2e7c484 commit 51461da

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,14 @@ for ( i = 0; i < 100; i++ ) {
122122

123123
<section class="related">
124124

125+
* * *
126+
127+
## See Also
128+
129+
- <span class="package-name">[`@stdlib/number-uint16/base/from-binary-string`][@stdlib/number/uint16/base/from-binary-string]</span><span class="delimiter">: </span><span class="description">create an unsigned 16-bit integer from a literal bit representation.</span>
130+
- <span class="package-name">[`@stdlib/number-uint32/base/to-binary-string`][@stdlib/number/uint32/base/to-binary-string]</span><span class="delimiter">: </span><span class="description">return a string giving the literal bit representation of an unsigned 32-bit integer.</span>
131+
- <span class="package-name">[`@stdlib/number-uint8/base/from-binary-string`][@stdlib/number/uint8/base/from-binary-string]</span><span class="delimiter">: </span><span class="description">create an unsigned 8-bit integer from a literal bit representation.</span>
132+
125133
</section>
126134

127135
<!-- /.related -->
@@ -197,6 +205,14 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
197205

198206
[@stdlib/number/uint32/base/to-binary-string]: https://github.com/stdlib-js/number-uint32-base-to-binary-string
199207

208+
<!-- <related-links> -->
209+
210+
[@stdlib/number/uint16/base/from-binary-string]: https://github.com/stdlib-js/number-uint16-base-from-binary-string
211+
212+
[@stdlib/number/uint8/base/from-binary-string]: https://github.com/stdlib-js/number-uint8-base-from-binary-string
213+
214+
<!-- </related-links> -->
215+
200216
</section>
201217

202218
<!-- /.links -->

0 commit comments

Comments
 (0)