File tree 3 files changed +4
-2
lines changed 3 files changed +4
-2
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ for ( i = 0; i < DTYPES.length; i++ ) {
148
148
149
149
- <span class =" package-name " >[ ` @stdlib/array-ctors ` ] [ @stdlib/array/ctors ] </span ><span class =" delimiter " >: </span ><span class =" description " >array constructors.</span >
150
150
- <span class =" package-name " >[ ` @stdlib/array-typed-ctors ` ] [ @stdlib/array/typed-ctors ] </span ><span class =" delimiter " >: </span ><span class =" description " >typed array constructors.</span >
151
+ - <span class =" package-name " >[ ` @stdlib/array-typed-real-ctors ` ] [ @stdlib/array/typed-real-ctors ] </span ><span class =" delimiter " >: </span ><span class =" description " >typed array constructors.</span >
151
152
152
153
</section >
153
154
@@ -228,6 +229,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
228
229
229
230
[ @stdlib/array/typed-ctors ] : https://github.com/stdlib-js/array-typed-ctors
230
231
232
+ [ @stdlib/array/typed-real-ctors ] : https://github.com/stdlib-js/array-typed-real-ctors
233
+
231
234
<!-- </related-links> -->
232
235
233
236
</section >
Original file line number Diff line number Diff line change 43
43
"devDependencies" : {
44
44
"@stdlib/array-typed-complex-dtypes" : " ^0.1.1" ,
45
45
"@stdlib/assert-is-function" : " ^0.1.1" ,
46
- "@stdlib/bench" : " ^0.1 .0" ,
46
+ "@stdlib/bench" : " ^0.2 .0" ,
47
47
"tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
48
48
"istanbul" : " ^0.4.1" ,
49
49
"tap-min" : " git+https://github.com/Planeshifter/tap-min.git"
You can’t perform that action at this time.
0 commit comments