Skip to content

Commit ff7f4bf

Browse files
authored
fix: use correct dtype policy
Signed-off-by: Athan <[email protected]>
1 parent 54568dc commit ff7f4bf

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/nanmean/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/nanmean/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/// <reference types="@stdlib/types"/>
2222

2323
import { ArrayLike } from '@stdlib/types/array';
24-
import { RealAndGenericDataType as DataType, typedndarray } from '@stdlib/types/ndarray';
24+
import { RealFloatingPointAndGenericDataType as DataType, typedndarray } from '@stdlib/types/ndarray';
2525

2626
/**
2727
* Input array.

0 commit comments

Comments
 (0)