From 3368a3503ee7df4d1c0803ada84863b4250c76fa Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Sat, 29 Jun 2024 00:15:02 -0700 Subject: [PATCH] docs: update namespace TypeScript declarations PR-URL: https://github.com/stdlib-js/stdlib/pull/2477 Co-authored-by: Athan Reines Reviewed-by: Athan Reines Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> --- lib/node_modules/@stdlib/array/docs/types/index.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 cc98534cfac..3ef60aa5fe7 100644 --- a/lib/node_modules/@stdlib/array/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/docs/types/index.d.ts @@ -675,7 +675,8 @@ interface Namespace { * * - If a `dtype` argument is not provided and `value` * - * - is a `number`, the default data type is the default real-valued floating-point data type. + * - is a number, the default data type is the default real-valued floating-point data type. + * - is a boolean, the default data type is the default boolean data type. * - is a complex number object of a known complex data type, the data type is the same as the provided value. * - is a complex number object of an unknown complex data type, the default data type is the default complex-valued floating-point data type. * - is any other value type, the default data type is `'generic'`.