We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806644c commit 3d75aa0Copy full SHA for 3d75aa0
lib/node_modules/@stdlib/stats/cumax/docs/types/index.d.ts
@@ -21,7 +21,7 @@
21
/// <reference types="@stdlib/types"/>
22
23
import { ArrayLike } from '@stdlib/types/array';
24
-import { DataType, typedndarray } from '@stdlib/types/ndarray';
+import { RealAndGenericDataType as DataType, typedndarray } from '@stdlib/types/ndarray';
25
26
/**
27
* Input array.
0 commit comments