Skip to content

Commit c54dc22

Browse files
committed
feat: add ndsliceDimensionFrom
1 parent aeab98d commit c54dc22

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
@@ -342,6 +342,15 @@ setReadOnly( ns, 'ndsliceAssign', require( '@stdlib/ndarray/slice-assign' ) );
342342
*/
343343
setReadOnly( ns, 'ndsliceDimension', require( '@stdlib/ndarray/slice-dimension' ) );
344344

345+
/**
346+
* @name ndsliceDimensionFrom
347+
* @memberof ns
348+
* @readonly
349+
* @type {Function}
350+
* @see {@link module:@stdlib/ndarray/slice-dimension-from}
351+
*/
352+
setReadOnly( ns, 'ndsliceDimensionFrom', require( '@stdlib/ndarray/slice-dimension-from' ) );
353+
345354
/**
346355
* @name ndsliceDimensionTo
347356
* @memberof ns

0 commit comments

Comments
 (0)