Skip to content

Commit b111d8f

Browse files
committed
Update namespace
1 parent 83fbed9 commit b111d8f

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

lib/node_modules/@stdlib/array/lib/index.js

+9
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,15 @@ setReadOnly( ns, 'typedarray2json', require( '@stdlib/array/to-json' ) );
288288
*/
289289
setReadOnly( ns, 'sparsearray2iterator', require( '@stdlib/array/to-sparse-iterator' ) );
290290

291+
/**
292+
* @name sparsearray2iteratorRight
293+
* @memberof ns
294+
* @readonly
295+
* @type {Function}
296+
* @see {@link module:@stdlib/array/to-sparse-iterator-right}
297+
*/
298+
setReadOnly( ns, 'sparsearray2iteratorRight', require( '@stdlib/array/to-sparse-iterator-right' ) );
299+
291300
/**
292301
* @name stridedarray2iterator
293302
* @memberof ns

0 commit comments

Comments
 (0)