Skip to content

Commit 5662e5e

Browse files
Planeshifterstdlib-bot
authored andcommitted
feat: update namespace TypeScript declarations
Signed-off-by: stdlib-bot <[email protected]>
1 parent 2e7acc3 commit 5662e5e

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

lib/node_modules/@stdlib/array/base/docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ interface Namespace {
10381038
* ns.bquaternary2d( [ x, y, z, w, out ], shapes, add );
10391039
*
10401040
* console.log( out );
1041-
* // => [ [ 4.0, 8.0 ], [ 12.0, 16.0 ] ]
1041+
* // => [ [ 4.0, 4.0 ], [ 4.0, 4.0 ] ]
10421042
*/
10431043
bquaternary2d: typeof bquaternary2d;
10441044

@@ -1115,7 +1115,7 @@ interface Namespace {
11151115
* ns.bternary2d( [ x, y, z, out ], shapes, add );
11161116
*
11171117
* console.log( out );
1118-
* // => [ [ 3.0, 6.0 ], [ 9.0, 12.0 ] ]
1118+
* // => [ [ 3.0, 3.0 ], [ 3.0, 3.0 ] ]
11191119
*/
11201120
bternary2d: typeof bternary2d;
11211121

lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ interface Namespace {
984984
*
985985
* @param N - number of indexed elements
986986
* @param x - input array
987-
* @param stride - stride length
987+
* @param strideX - stride length
988988
* @returns sum
989989
*
990990
* @example

lib/node_modules/@stdlib/random/strided/tools/docs/types/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
/* eslint-disable max-lines */
2222

23+
24+
2325
/**
2426
* Interface describing the `tools` namespace.
2527
*/

lib/node_modules/@stdlib/utils/dsv/base/docs/types/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
/* eslint-disable max-lines */
2222

23+
24+
2325
/**
2426
* Interface describing the `base` namespace.
2527
*/

0 commit comments

Comments
 (0)