We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870889b commit 6685dbeCopy full SHA for 6685dbe
1 file changed
lib/node_modules/@stdlib/types/typed-array/lib/index.js
@@ -18,6 +18,15 @@ var setReadOnly = require( '@stdlib/utils/define-read-only-property' );
18
*/
19
var ns = {};
20
21
+/**
22
+* @name typedarray
23
+* @memberof ns
24
+* @readonly
25
+* @constructor
26
+* @see {@link module:@stdlib/types/typed-array/factory}
27
+*/
28
+setReadOnly( ns, 'typedarray', require( '@stdlib/types/typed-array/factory' ) );
29
+
30
/**
31
* @name Float32Array
32
* @memberof ns
0 commit comments