Skip to content

Commit f40de3e

Browse files
committed
Auto-generated commit
1 parent 9b6e506 commit f40de3e

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README.md

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

272272
<section class="related">
273273

274+
* * *
275+
276+
## See Also
277+
278+
- <span class="package-name">[`@stdlib/array-filled`][@stdlib/array/filled]</span><span class="delimiter">: </span><span class="description">create a filled array.</span>
279+
- <span class="package-name">[`@stdlib/array-typed`][@stdlib/array/typed]</span><span class="delimiter">: </span><span class="description">create a typed array.</span>
280+
274281
</section>
275282

276283
<!-- /.related -->
@@ -350,6 +357,14 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
350357

351358
[mdn-arraybuffer]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
352359

360+
<!-- <related-links> -->
361+
362+
[@stdlib/array/filled]: https://github.com/stdlib-js/array-filled
363+
364+
[@stdlib/array/typed]: https://github.com/stdlib-js/array-typed
365+
366+
<!-- </related-links> -->
367+
353368
</section>
354369

355370
<!-- /.links -->

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@stdlib/iter-length": "^0.1.1",
5151
"@stdlib/string-format": "^0.1.1",
5252
"@stdlib/symbol-iterator": "^0.1.1",
53-
"@stdlib/types": "^0.1.0"
53+
"@stdlib/types": "^0.2.0"
5454
},
5555
"devDependencies": {
5656
"@stdlib/array-buffer": "^0.1.0",
@@ -70,7 +70,7 @@
7070
"@stdlib/assert-is-array": "^0.1.1",
7171
"@stdlib/assert-is-typed-array": "^0.1.0",
7272
"@stdlib/assert-is-typed-array-like": "^0.1.0",
73-
"@stdlib/bench": "^0.1.0",
73+
"@stdlib/bench": "^0.2.0",
7474
"@stdlib/complex-float32": "^0.1.1",
7575
"@stdlib/complex-float64": "^0.1.1",
7676
"@stdlib/iter-constant": "^0.1.0",

0 commit comments

Comments
 (0)