We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54568dc commit ff7f4bfCopy full SHA for ff7f4bf
lib/node_modules/@stdlib/stats/nanmean/docs/types/index.d.ts
@@ -21,7 +21,7 @@
21
/// <reference types="@stdlib/types"/>
22
23
import { ArrayLike } from '@stdlib/types/array';
24
-import { RealAndGenericDataType as DataType, typedndarray } from '@stdlib/types/ndarray';
+import { RealFloatingPointAndGenericDataType as DataType, typedndarray } from '@stdlib/types/ndarray';
25
26
/**
27
* Input array.
0 commit comments