From 822eff36a2b98b07e9bf499b387b7fa6fb5369cf Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Mon, 12 Jan 2026 02:53:47 +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 90b22ad775ae..7138b4c5e368 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 @@ -414,7 +414,7 @@ interface Namespace { * * @example * var dt = ns.binaryOutputDataType( 'float64', 'float32', 'complex_floating_point' ); - * // returns + * // returns */ binaryOutputDataType: typeof binaryOutputDataType; @@ -4545,7 +4545,7 @@ interface Namespace { * * @example * var dt = ns.unaryOutputDataType( 'float64', 'complex_floating_point' ); - * // returns + * // returns */ unaryOutputDataType: typeof unaryOutputDataType;