Skip to content

Commit 3368a35

Browse files
stdlib-botkgryte
andauthored
docs: update namespace TypeScript declarations
PR-URL: #2477 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
1 parent 581f17e commit 3368a35

File tree

1 file changed

+2
-1
lines changed
  • lib/node_modules/@stdlib/array/docs/types

1 file changed

+2
-1
lines changed

lib/node_modules/@stdlib/array/docs/types/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,8 @@ interface Namespace {
675675
*
676676
* - If a `dtype` argument is not provided and `value`
677677
*
678-
* - is a `number`, the default data type is the default real-valued floating-point data type.
678+
* - is a number, the default data type is the default real-valued floating-point data type.
679+
* - is a boolean, the default data type is the default boolean data type.
679680
* - is a complex number object of a known complex data type, the data type is the same as the provided value.
680681
* - is a complex number object of an unknown complex data type, the default data type is the default complex-valued floating-point data type.
681682
* - is any other value type, the default data type is `'generic'`.

0 commit comments

Comments
 (0)