Skip to content

Commit ebcce86

Browse files
committed
Auto-generated commit
1 parent 5874a6b commit ebcce86

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.github/.keepalive

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

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,13 @@ for ( i = 0; i < DTYPES.length; i++ ) {
149149

150150
<section class="related">
151151

152+
* * *
153+
154+
## See Also
155+
156+
- <span class="package-name">[`@stdlib/array-ctors`][@stdlib/array/ctors]</span><span class="delimiter">: </span><span class="description">array constructors.</span>
157+
- <span class="package-name">[`@stdlib/array-typed-complex-ctors`][@stdlib/array/typed-complex-ctors]</span><span class="delimiter">: </span><span class="description">complex typed array constructors.</span>
158+
152159
</section>
153160

154161
<!-- /.related -->
@@ -222,6 +229,14 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
222229

223230
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/array-typed-real-ctors/main/LICENSE
224231

232+
<!-- <related-links> -->
233+
234+
[@stdlib/array/ctors]: https://github.com/stdlib-js/array-ctors
235+
236+
[@stdlib/array/typed-complex-ctors]: https://github.com/stdlib-js/array-typed-complex-ctors
237+
238+
<!-- </related-links> -->
239+
225240
</section>
226241

227242
<!-- /.links -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"@stdlib/array-typed-real-dtypes": "^0.1.1",
5252
"@stdlib/assert-is-function": "^0.1.1",
53-
"@stdlib/bench": "^0.1.0",
53+
"@stdlib/bench": "^0.2.0",
5454
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5555
"istanbul": "^0.4.1",
5656
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"

0 commit comments

Comments
 (0)