From d5d833afc1ac0c1eeeca58b66e373469c84599c5 Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Fri, 26 Jun 2026 03:20:35 +0000 Subject: [PATCH] feat: update `ndarray` TypeScript declarations Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> --- lib/node_modules/@stdlib/ndarray/docs/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/ndarray/docs/types/index.d.ts b/lib/node_modules/@stdlib/ndarray/docs/types/index.d.ts index ffdb9b75b489..90f93aa34ccd 100644 --- a/lib/node_modules/@stdlib/ndarray/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/ndarray/docs/types/index.d.ts @@ -1405,7 +1405,7 @@ interface Namespace { * @param order - specifies whether an array is row-major (C-style) or column-major (Fortran-style) * @param options - function options * @param options.mode - specifies how to handle indices which exceed array dimensions (default: 'throw') - * @param options.submode - specifies how to handle subscripts which exceed array dimensions on a per dimension basis (default: [options.mode]) + * @param options.submode - specifies how to handle subscripts which exceed array dimensions on a per dimension basis (default: ['throw']) * @param options.readonly - specifies whether an array should be read-only (default: false) * @throws `buffer` argument `get` and `set` properties must be functions * @throws `shape` argument must be an array-like object containing nonnegative integers