Skip to content

Commit d162063

Browse files
committed
feat: add ArrayIndex to namespace
1 parent 248fcf3 commit d162063

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,15 @@ setReadOnly( ns, 'afullLike', require( '@stdlib/array/full-like' ) );
274274
*/
275275
setReadOnly( ns, 'incrspace', require( '@stdlib/array/incrspace' ) );
276276

277+
/**
278+
* @name ArrayIndex
279+
* @memberof ns
280+
* @readonly
281+
* @constructor
282+
* @see {@link module:@stdlib/array/index}
283+
*/
284+
setReadOnly( ns, 'ArrayIndex', require( '@stdlib/array/index' ) );
285+
277286
/**
278287
* @name Int8Array
279288
* @memberof ns

0 commit comments

Comments
 (0)