Skip to content

Commit

Permalink
docs: update namespace TypeScript declarations
Browse files Browse the repository at this point in the history
PR-URL: #5075
Reviewed-by: Athan Reines <kgryte@gmail.com>
  • Loading branch information
stdlib-bot authored Feb 6, 2025
1 parent b84f4b8 commit 863aff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/stats/base/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1913,7 +1913,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 @@ -2894,7 +2894,7 @@ interface Namespace {
*
* @param N - number of indexed elements
* @param x - input array
* @param stride - stride length
* @param strideX - stride length
* @returns minimum value
*
* @example
Expand Down

1 comment on commit 863aff4

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

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

Please sign in to comment.