Skip to content

Commit c3d6777

Browse files
committed
feat: add aoneTo to namespace
1 parent 432b571 commit c3d6777

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
@@ -319,6 +319,15 @@ setReadOnly( ns, 'anansLike', require( '@stdlib/array/nans-like' ) );
319319
*/
320320
setReadOnly( ns, 'arrayNextDataType', require( '@stdlib/array/next-dtype' ) );
321321

322+
/**
323+
* @name aoneTo
324+
* @memberof ns
325+
* @readonly
326+
* @constructor
327+
* @see {@link module:@stdlib/array/one-to}
328+
*/
329+
setReadOnly( ns, 'aoneTo', require( '@stdlib/array/one-to' ) );
330+
322331
/**
323332
* @name aones
324333
* @memberof ns

0 commit comments

Comments
 (0)