Skip to content

Commit 9c51cb9

Browse files
committed
Add missing export
1 parent 603237a commit 9c51cb9

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,15 @@ setReadOnly( ns, 'transpose', require( '@stdlib/ndarray/base/transpose' ) );
436436
*/
437437
setReadOnly( ns, 'unary', require( '@stdlib/ndarray/base/unary' ) );
438438

439+
/**
440+
* @name unaryBy
441+
* @memberof ns
442+
* @readonly
443+
* @type {Function}
444+
* @see {@link module:@stdlib/ndarray/base/unary-by}
445+
*/
446+
setReadOnly( ns, 'unaryBy', require( '@stdlib/ndarray/base/unary-by' ) );
447+
439448
/**
440449
* @name unaryLoopOrder
441450
* @memberof ns

0 commit comments

Comments
 (0)