Skip to content

Commit 3cae09a

Browse files
committed
Update namespace
1 parent 24446e4 commit 3cae09a

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
@@ -153,6 +153,15 @@ setReadOnly( ns, 'ndarray', require( '@stdlib/ndarray/base/ctor' ) );
153153
*/
154154
setReadOnly( ns, 'dtypeChar', require( '@stdlib/ndarray/base/dtype-char' ) );
155155

156+
/**
157+
* @name dtypeDesc
158+
* @memberof ns
159+
* @readonly
160+
* @type {Function}
161+
* @see {@link module:@stdlib/ndarray/base/dtype-desc}
162+
*/
163+
setReadOnly( ns, 'dtypeDesc', require( '@stdlib/ndarray/base/dtype-desc' ) );
164+
156165
/**
157166
* @name dtypeEnum2Str
158167
* @memberof ns

0 commit comments

Comments
 (0)