Skip to content

Commit 665ce24

Browse files
committed
feat: add nditerEntries to namespace
1 parent 6cd1bad commit 665ce24

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
@@ -45,6 +45,15 @@ var ns = {};
4545
*/
4646
setReadOnly( ns, 'nditerColumns', require( '@stdlib/ndarray/iter/columns' ) );
4747

48+
/**
49+
* @name nditerEntries
50+
* @memberof ns
51+
* @readonly
52+
* @type {Function}
53+
* @see {@link module:@stdlib/ndarray/iter/entries}
54+
*/
55+
setReadOnly( ns, 'nditerEntries', require( '@stdlib/ndarray/iter/entries' ) );
56+
4857
/**
4958
* @name nditerIndices
5059
* @memberof ns

0 commit comments

Comments
 (0)