Skip to content

Commit 58e09b3

Browse files
committed
Update namespace
1 parent 729cacc commit 58e09b3

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

lib/node_modules/@stdlib/ndarray/base/lib/index.js

+9
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,15 @@ setReadOnly( ns, 'clampIndex', require( '@stdlib/ndarray/base/clamp-index' ) );
108108
*/
109109
setReadOnly( ns, 'ctor', require( '@stdlib/ndarray/base/ctor' ) );
110110

111+
/**
112+
* @name dtypeChar
113+
* @memberof ns
114+
* @readonly
115+
* @type {Function}
116+
* @see {@link module:@stdlib/ndarray/base/dtype-char}
117+
*/
118+
setReadOnly( ns, 'dtypeChar', require( '@stdlib/ndarray/base/dtype-char' ) );
119+
111120
/**
112121
* @name ind
113122
* @memberof ns

0 commit comments

Comments
 (0)