Skip to content

Commit

Permalink
feat: add flipud5d to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Dec 27, 2023
1 parent 2b6f989 commit f5c0a5f
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 @@ -558,6 +558,15 @@ setReadOnly( ns, 'flipud3d', require( '@stdlib/array/base/flipud3d' ) );
*/
setReadOnly( ns, 'flipud4d', require( '@stdlib/array/base/flipud4d' ) );

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

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

1 comment on commit f5c0a5f

@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/flipud5d $\color{green}395/395$
$\color{green}+100.00\%$
$\color{green}16/16$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}395/395$
$\color{green}+100.00\%$
array/base $\color{green}1095/1095$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}1095/1095$
$\color{green}+100.00\%$

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

Please sign in to comment.