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..a2ceb495d9e6 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 @@ -958,7 +958,7 @@ interface Namespace { * * @param N - number of indexed elements * @param x - input array - * @param stride - stride length + * @param strideX - stride length * @returns sum * * @example @@ -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 @@ -1010,7 +1010,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..38b20ae4e6d1 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 @@ -18,14 +18,12 @@ // TypeScript Version: 4.1 -/* eslint-disable max-lines */ +/* eslint-disable max-lines, @typescript-eslint/no-empty-interface */ /** * Interface describing the `tools` namespace. */ -interface Namespace { - -} +interface Namespace {} /** * Pseudorandom number generator strided array function tools. 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..1a54b6bf49a5 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 @@ -18,14 +18,12 @@ // TypeScript Version: 4.1 -/* eslint-disable max-lines */ +/* eslint-disable max-lines, @typescript-eslint/no-empty-interface */ /** * Interface describing the `base` namespace. */ -interface Namespace { - -} +interface Namespace {} /** * Standard base utilities for working with data formatted as delimiter-separated values (DSV).