From 5662e5eb835ca12f0cfca566710e0bd927d5a888 Mon Sep 17 00:00:00 2001 From: Planeshifter <1913638+Planeshifter@users.noreply.github.com> Date: Tue, 26 Nov 2024 03:01:11 +0000 Subject: [PATCH] feat: update namespace TypeScript declarations Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> --- lib/node_modules/@stdlib/array/base/docs/types/index.d.ts | 4 ++-- lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts | 2 +- .../@stdlib/random/strided/tools/docs/types/index.d.ts | 2 ++ lib/node_modules/@stdlib/utils/dsv/base/docs/types/index.d.ts | 2 ++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/node_modules/@stdlib/array/base/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/docs/types/index.d.ts index aa9834b0f97d..5008dcd1a3cf 100644 --- a/lib/node_modules/@stdlib/array/base/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/docs/types/index.d.ts @@ -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; @@ -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; diff --git a/lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts index 7dd2bbf415a3..60a39863257d 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts @@ -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 diff --git a/lib/node_modules/@stdlib/random/strided/tools/docs/types/index.d.ts b/lib/node_modules/@stdlib/random/strided/tools/docs/types/index.d.ts index 34851490a7bb..892f9dbab5e0 100644 --- a/lib/node_modules/@stdlib/random/strided/tools/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/random/strided/tools/docs/types/index.d.ts @@ -20,6 +20,8 @@ /* eslint-disable max-lines */ + + /** * Interface describing the `tools` namespace. */ diff --git a/lib/node_modules/@stdlib/utils/dsv/base/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/dsv/base/docs/types/index.d.ts index bb59948cde60..b03691064f97 100644 --- a/lib/node_modules/@stdlib/utils/dsv/base/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/dsv/base/docs/types/index.d.ts @@ -20,6 +20,8 @@ /* eslint-disable max-lines */ + + /** * Interface describing the `base` namespace. */