Skip to content

Commit

Permalink
feat: update namespace TypeScript declarations
Browse files Browse the repository at this point in the history
PR-URL: #4518

Co-authored-by: Philipp Burckhardt <[email protected]>
Reviewed-by: Philipp Burckhardt <[email protected]>
Signed-off-by: stdlib-bot <[email protected]>
  • Loading branch information
stdlib-bot and Planeshifter authored Jan 4, 2025
1 parent b821c30 commit 4b1f53d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/node_modules/@stdlib/stats/base/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ interface Namespace {
*
* @param N - number of indexed elements
* @param x - input array
* @param stride - stride length
* @param strideX - stride length
* @returns arithmetic mean
*
* @example
Expand Down Expand Up @@ -4521,7 +4521,7 @@ interface Namespace {
*
* @param N - number of indexed elements
* @param x - sorted input array
* @param stride - stride length
* @param strideX - stride length
* @returns median value
*
* @example
Expand Down Expand Up @@ -4625,7 +4625,7 @@ interface Namespace {
*
* @param N - number of indexed elements
* @param x - sorted input array
* @param stride - stride length
* @param strideX - stride length
* @returns minimum value
*
* @example
Expand Down

1 comment on commit 4b1f53d

@stdlib-bot
Copy link
Contributor Author

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
stats/base $\color{green}2004/2004$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}2004/2004$
$\color{green}+100.00\%$

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

Please sign in to comment.