We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0be57d commit ffd9201Copy full SHA for ffd9201
1 file changed
lib/node_modules/@stdlib/types/index.d.ts
@@ -124,7 +124,7 @@ declare module '@stdlib/types/array' {
124
/**
125
* Data type for strictly typed arrays.
126
*/
127
- type TypedDataType = NumericDataType; // "typed"
+ type TypedDataType = RealDataType | ComplexFloatingPointDataType; // "typed"
128
129
130
* Data type for strictly typed and generic arrays.
0 commit comments