Skip to content

Commit

Permalink
feat: add unary5d to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Aug 27, 2023
1 parent 9e4d892 commit 8d4ba29
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/node_modules/@stdlib/array/base/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,15 @@ setReadOnly( ns, 'unary3d', require( '@stdlib/array/base/unary3d' ) );
*/
setReadOnly( ns, 'unary4d', require( '@stdlib/array/base/unary4d' ) );

/**
* @name unary5d
* @memberof ns
* @readonly
* @type {Function}
* @see {@link module:@stdlib/array/base/unary5d}
*/
setReadOnly( ns, 'unary5d', require( '@stdlib/array/base/unary5d' ) );

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

1 comment on commit 8d4ba29

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
array/base $\color{green}627/627$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}627/627$
$\color{green}+100.00\%$
array/base/unary5d $\color{green}162/162$
$\color{green}+100.00\%$
$\color{green}14/14$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}162/162$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.