Skip to content

Commit 8ea713a

Browse files
committed
fix: allow dtype to be null
1 parent 8a5f615 commit 8ea713a

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
@@ -748,7 +748,7 @@ declare module '@stdlib/types/array' {
748748
/**
749749
* The data type of the underlying array.
750750
*/
751-
dtype: DataType;
751+
dtype: DataType | null;
752752
}
753753

754754
/**

0 commit comments

Comments
 (0)