Skip to content

Commit c656347

Browse files
committed
Update namespace
1 parent 01bc09b commit c656347

File tree

1 file changed

+9
-0
lines changed
  • lib/node_modules/@stdlib/random/lib

1 file changed

+9
-0
lines changed

lib/node_modules/@stdlib/random/lib/index.js

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

39+
/**
40+
* @name array
41+
* @memberof ns
42+
* @readonly
43+
* @type {Namespace}
44+
* @see {@link module:@stdlib/random/array}
45+
*/
46+
setReadOnly( ns, 'array', require( '@stdlib/random/array' ) );
47+
3948
/**
4049
* @name base
4150
* @memberof ns

0 commit comments

Comments
 (0)