Skip to content

Commit

Permalink
feat: update namespace TypeScript declarations
Browse files Browse the repository at this point in the history
Signed-off-by: stdlib-bot <[email protected]>
  • Loading branch information
Planeshifter authored and stdlib-bot committed Nov 25, 2024
1 parent b26d9d5 commit 7db1a6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ interface Namespace {
*
* @param N - number of indexed elements
* @param x - input array
* @param stride - stride length
* @param strideX - stride length
* @returns sum
*
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

/* eslint-disable max-lines */



Check failure on line 24 in lib/node_modules/@stdlib/random/strided/tools/docs/types/index.d.ts

View workflow job for this annotation

GitHub Actions / Lint Changed Files

More than 2 blank lines not allowed
/**
* Interface describing the `tools` namespace.
*/
Expand Down
2 changes: 2 additions & 0 deletions lib/node_modules/@stdlib/utils/dsv/base/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

/* eslint-disable max-lines */



/**
* Interface describing the `base` namespace.
*/
Expand Down

0 comments on commit 7db1a6d

Please sign in to comment.