Skip to content

Commit

Permalink
feat: add unary2d to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Aug 26, 2023
1 parent 6a89907 commit 8735d98
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 @@ -477,6 +477,15 @@ setReadOnly( ns, 'take', require( '@stdlib/array/base/take' ) );
*/
setReadOnly( ns, 'toAccessorArray', require( '@stdlib/array/base/to-accessor-array' ) );

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

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

1 comment on commit 8735d98

@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/flatten4d-by $\color{green}315/315$
$\color{green}+100.00\%$
$\color{green}25/25$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}315/315$
$\color{green}+100.00\%$
array/base/flatten4d $\color{green}279/279$
$\color{green}+100.00\%$
$\color{green}25/25$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}279/279$
$\color{green}+100.00\%$
array/base/flatten5d-by $\color{green}333/333$
$\color{green}+100.00\%$
$\color{green}25/25$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}333/333$
$\color{green}+100.00\%$
array/base/flatten5d $\color{green}301/301$
$\color{green}+100.00\%$
$\color{green}25/25$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}301/301$
$\color{green}+100.00\%$
array/base $\color{green}564/564$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}564/564$
$\color{green}+100.00\%$
array/base/unary2d $\color{green}135/135$
$\color{green}+100.00\%$
$\color{green}8/8$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}135/135$
$\color{green}+100.00\%$

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

Please sign in to comment.