Skip to content

Commit ba0c5d0

Browse files
committed
feat: add ndarraylike2ndarray to namespace
1 parent e7b56b1 commit ba0c5d0

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,15 @@ setReadOnly( ns, 'minDataType', require( '@stdlib/ndarray/min-dtype' ) );
261261
*/
262262
setReadOnly( ns, 'mostlySafeCasts', require( '@stdlib/ndarray/mostly-safe-casts' ) );
263263

264+
/**
265+
* @name ndarraylike2ndarray
266+
* @memberof ns
267+
* @readonly
268+
* @type {Function}
269+
* @see {@link module:@stdlib/ndarray/ndarraylike2ndarray}
270+
*/
271+
setReadOnly( ns, 'ndarraylike2ndarray', require( '@stdlib/ndarray/ndarraylike2ndarray' ) );
272+
264273
/**
265274
* @name ndims
266275
* @memberof ns

0 commit comments

Comments
 (0)