Skip to content

Commit ffd9201

Browse files
committed
refactor: inline union
1 parent d0be57d commit ffd9201

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ declare module '@stdlib/types/array' {
124124
/**
125125
* Data type for strictly typed arrays.
126126
*/
127-
type TypedDataType = NumericDataType; // "typed"
127+
type TypedDataType = RealDataType | ComplexFloatingPointDataType; // "typed"
128128

129129
/**
130130
* Data type for strictly typed and generic arrays.

0 commit comments

Comments
 (0)