From 7f1f972c76a89bcbf553709d38eae35ee1369803 Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Wed, 12 Aug 2026 02:59:37 +0000 Subject: [PATCH] feat: update `array` TypeScript declarations Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> --- lib/node_modules/@stdlib/array/docs/types/index.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/node_modules/@stdlib/array/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/docs/types/index.d.ts index 2044f3baaac0..5748754829c8 100644 --- a/lib/node_modules/@stdlib/array/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/docs/types/index.d.ts @@ -561,6 +561,10 @@ interface Namespace { * @example * var arr = ns.empty( 2, 'float32' ); * // returns + * + * @example + * var arr = ns.empty( 2, 'float16' ); + * // returns */ empty: typeof empty;