Skip to content

Commit 6685dbe

Browse files
committed
Update namespace
1 parent 870889b commit 6685dbe

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/types/typed-array/lib

lib/node_modules/@stdlib/types/typed-array/lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ var setReadOnly = require( '@stdlib/utils/define-read-only-property' );
1818
*/
1919
var ns = {};
2020

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+
2130
/**
2231
* @name Float32Array
2332
* @memberof ns

0 commit comments

Comments
 (0)