Skip to content

Commit b45eb8f

Browse files
committed
feat: add nditerValues to namespace
1 parent 3cc2fdb commit b45eb8f

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,15 @@ setReadOnly( ns, 'nditerRows', require( '@stdlib/ndarray/iter/rows' ) );
8181
*/
8282
setReadOnly( ns, 'nditer2arrayEach', require( '@stdlib/ndarray/iter/to-array-each' ) );
8383

84+
/**
85+
* @name nditerValues
86+
* @memberof ns
87+
* @readonly
88+
* @type {Function}
89+
* @see {@link module:@stdlib/ndarray/iter/values}
90+
*/
91+
setReadOnly( ns, 'nditerValues', require( '@stdlib/ndarray/iter/values' ) );
92+
8493

8594
// EXPORTS //
8695

0 commit comments

Comments
 (0)