Skip to content

Commit

Permalink
docs: update namespace TypeScript declarations
Browse files Browse the repository at this point in the history
PR-URL: stdlib-js#5075
Reviewed-by: Athan Reines <kgryte@gmail.com>
  • Loading branch information
stdlib-bot authored and saurabhraghuvanshii committed Feb 11, 2025
1 parent 29d1b8d commit 5ea82c5
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

0 comments on commit 5ea82c5

Please sign in to comment.