From febe564a22a9bd2d7f9268024c1fc028fd8575df Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Fri, 12 Jun 2026 03:21:52 +0000 Subject: [PATCH] feat: update `ndarray/base` TypeScript declarations Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> --- lib/node_modules/@stdlib/ndarray/base/docs/types/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/node_modules/@stdlib/ndarray/base/docs/types/index.d.ts b/lib/node_modules/@stdlib/ndarray/base/docs/types/index.d.ts index 3f4eed2d5af3..f81f37b8f974 100644 --- a/lib/node_modules/@stdlib/ndarray/base/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/ndarray/base/docs/types/index.d.ts @@ -3520,10 +3520,10 @@ interface Namespace { nulls: typeof nulls; /** - * Creates a null-filled array having the same shape and data type as a provided input ndarray. + * Creates a null-filled ndarray having the same shape and data type as a provided input ndarray. * * @param x - input array - * @returns null-filled array + * @returns null-filled ndarray * * @example * var getShape = require( '@stdlib/ndarray/shape' );