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 26, 2024
1 parent 2e7acc3 commit 5662e5e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/array/base/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ interface Namespace {
* ns.bquaternary2d( [ x, y, z, w, out ], shapes, add );
*
* console.log( out );
* // => [ [ 4.0, 8.0 ], [ 12.0, 16.0 ] ]
* // => [ [ 4.0, 4.0 ], [ 4.0, 4.0 ] ]
*/
bquaternary2d: typeof bquaternary2d;

Expand Down Expand Up @@ -1115,7 +1115,7 @@ interface Namespace {
* ns.bternary2d( [ x, y, z, out ], shapes, add );
*
* console.log( out );
* // => [ [ 3.0, 6.0 ], [ 9.0, 12.0 ] ]
* // => [ [ 3.0, 3.0 ], [ 3.0, 3.0 ] ]
*/
bternary2d: typeof bternary2d;

Expand Down
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 5662e5e

Please sign in to comment.