From 7db1a6d80802e96dbb10fb102545df0a12200b14 Mon Sep 17 00:00:00 2001 From: Planeshifter <1913638+Planeshifter@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:02:28 +0000 Subject: [PATCH] feat: update namespace TypeScript declarations Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> --- 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 ++ 3 files changed, 5 insertions(+), 1 deletion(-) 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. */