Skip to content

Commit

Permalink
feat: add ternary5d to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Oct 31, 2023
1 parent b28019e commit fb8db9f
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 @@ -657,6 +657,15 @@ setReadOnly( ns, 'ternary3d', require( '@stdlib/array/base/ternary3d' ) );
*/
setReadOnly( ns, 'ternary4d', require( '@stdlib/array/base/ternary4d' ) );

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

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

1 comment on commit fb8db9f

@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}807/807$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}807/807$
$\color{green}+100.00\%$
array/base/ternary4d $\color{green}482/482$
$\color{green}+100.00\%$
$\color{green}23/23$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}482/482$
$\color{green}+100.00\%$
array/base/ternary5d $\color{green}503/503$
$\color{green}+100.00\%$
$\color{green}24/24$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}503/503$
$\color{green}+100.00\%$

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

Please sign in to comment.