Skip to content

Commit 67592b8

Browse files
committed
feat: add normalizeIndex to namespace
1 parent d57a9aa commit 67592b8

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
@@ -436,6 +436,15 @@ setReadOnly( ns, 'nextCartesianIndex', require( '@stdlib/ndarray/base/next-carte
436436
*/
437437
setReadOnly( ns, 'nonsingletonDimensions', require( '@stdlib/ndarray/base/nonsingleton-dimensions' ) );
438438

439+
/**
440+
* @name normalizeIndex
441+
* @memberof ns
442+
* @readonly
443+
* @type {Function}
444+
* @see {@link module:@stdlib/ndarray/base/normalize-index}
445+
*/
446+
setReadOnly( ns, 'normalizeIndex', require( '@stdlib/ndarray/base/normalize-index' ) );
447+
439448
/**
440449
* @name nullary
441450
* @memberof ns

0 commit comments

Comments
 (0)