Skip to content

Commit 75923d8

Browse files
committed
Update namespace
1 parent 3d422be commit 75923d8

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
@@ -234,6 +234,15 @@ setReadOnly( ns, 'arrayShape', require( '@stdlib/array/shape' ) );
234234
*/
235235
setReadOnly( ns, 'SharedArrayBuffer', require( '@stdlib/array/shared-buffer' ) );
236236

237+
/**
238+
* @name array2iterator
239+
* @memberof ns
240+
* @readonly
241+
* @type {Function}
242+
* @see {@link module:@stdlib/array/to-iterator}
243+
*/
244+
setReadOnly( ns, 'array2iterator', require( '@stdlib/array/to-iterator' ) );
245+
237246
/**
238247
* @name typedarray2json
239248
* @memberof ns

0 commit comments

Comments
 (0)