Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 9, 2023
1 parent 5504a00 commit 468740d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ for ( i = 0; i < dt.length; i++ ) {

## See Also

- <span class="package-name">[`@stdlib/array-filled-by`][@stdlib/array/filled-by]</span><span class="delimiter">: </span><span class="description">create a filled array according to a provided callback function.</span>
- <span class="package-name">[`@stdlib/array-typed`][@stdlib/array/typed]</span><span class="delimiter">: </span><span class="description">create a typed array.</span>

</section>
Expand Down Expand Up @@ -332,6 +333,8 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].

<!-- <related-links> -->

[@stdlib/array/filled-by]: https://github.com/stdlib-js/array-filled-by

[@stdlib/array/typed]: https://github.com/stdlib-js/array-typed

<!-- </related-links> -->
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@stdlib/iter-length": "^0.1.1",
"@stdlib/string-format": "^0.1.1",
"@stdlib/symbol-iterator": "^0.1.1",
"@stdlib/types": "^0.1.0"
"@stdlib/types": "^0.2.0"
},
"devDependencies": {
"@stdlib/array-buffer": "^0.1.0",
Expand All @@ -70,7 +70,7 @@
"@stdlib/assert-is-array": "^0.1.1",
"@stdlib/assert-is-typed-array": "^0.1.0",
"@stdlib/assert-is-typed-array-like": "^0.1.0",
"@stdlib/bench": "^0.1.0",
"@stdlib/bench": "^0.2.0",
"@stdlib/complex-float32": "^0.1.1",
"@stdlib/complex-float64": "^0.1.1",
"@stdlib/iter-constant": "^0.1.0",
Expand Down

0 comments on commit 468740d

Please sign in to comment.