File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,13 @@ console.log( view );
222
222
223
223
<section class =" related " >
224
224
225
+ * * *
226
+
227
+ ## See Also
228
+
229
+ - <span class =" package-name " >[ ` @stdlib/array-typed ` ] [ @stdlib/array/typed ] </span ><span class =" delimiter " >: </span ><span class =" description " >create a typed array.</span >
230
+ - <span class =" package-name " >[ ` @stdlib/array-typed-real ` ] [ @stdlib/array/typed-real ] </span ><span class =" delimiter " >: </span ><span class =" description " >create a typed array.</span >
231
+
225
232
</section >
226
233
227
234
<!-- /.related -->
@@ -297,6 +304,14 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
297
304
298
305
[ mdn-arraybuffer ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
299
306
307
+ <!-- <related-links> -->
308
+
309
+ [ @stdlib/array/typed ] : https://github.com/stdlib-js/array-typed
310
+
311
+ [ @stdlib/array/typed-real ] : https://github.com/stdlib-js/array-typed-real
312
+
313
+ <!-- </related-links> -->
314
+
300
315
</section >
301
316
302
317
<!-- /.links -->
Original file line number Diff line number Diff line change 40
40
"@stdlib/array-typed-complex-ctors" : " ^0.1.0" ,
41
41
"@stdlib/assert-is-string" : " ^0.1.1" ,
42
42
"@stdlib/string-format" : " ^0.1.1" ,
43
- "@stdlib/types" : " ^0.1 .0"
43
+ "@stdlib/types" : " ^0.2 .0"
44
44
},
45
45
"devDependencies" : {
46
46
"@stdlib/array-buffer" : " ^0.1.0" ,
49
49
"@stdlib/array-float64" : " ^0.1.1" ,
50
50
"@stdlib/assert-instance-of" : " ^0.1.1" ,
51
51
"@stdlib/assert-is-complex-typed-array" : " ^0.1.0" ,
52
- "@stdlib/bench" : " ^0.1 .0" ,
52
+ "@stdlib/bench" : " ^0.2 .0" ,
53
53
"@stdlib/blas-ext-base-gfill-by" : " ^0.1.0" ,
54
54
"@stdlib/complex-float64" : " ^0.1.1" ,
55
55
"@stdlib/math-base-special-pow" : " ^0.1.0" ,
You can’t perform that action at this time.
0 commit comments