From 60bbd3505a33340a7983461ba8d14b18000681da Mon Sep 17 00:00:00 2001 From: Planeshifter <1913638+Planeshifter@users.noreply.github.com> Date: Fri, 21 Mar 2025 02:33:58 +0000 Subject: [PATCH] feat: update namespace TypeScript declarations Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> --- .../@stdlib/math/array/special/docs/types/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/math/array/special/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/array/special/docs/types/index.d.ts index 7aeafecc5986..2c28f408036d 100644 --- a/lib/node_modules/@stdlib/math/array/special/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/array/special/docs/types/index.d.ts @@ -44,6 +44,7 @@ interface Namespace { * // returns [ 1.0, 2.0, 3.0 ] * * var bool = ( out === y ); + * // returns true */ abs: typeof abs; }