Skip to content

Commit

Permalink
feat: add maybeBroadcastArray to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Oct 6, 2023
1 parent 634cb2a commit 3e3d62e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/node_modules/@stdlib/ndarray/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,15 @@ setReadOnly( ns, 'ndarrayIndexModes', require( '@stdlib/ndarray/index-modes' ) )
*/
setReadOnly( ns, 'iter', require( '@stdlib/ndarray/iter' ) );

/**
* @name maybeBroadcastArray
* @memberof ns
* @readonly
* @type {Function}
* @see {@link module:@stdlib/ndarray/maybe-broadcast-array}
*/
setReadOnly( ns, 'maybeBroadcastArray', require( '@stdlib/ndarray/maybe-broadcast-array' ) );

/**
* @name ndarrayMinDataType
* @memberof ns
Expand Down

0 comments on commit 3e3d62e

Please sign in to comment.