File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/types Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -665,9 +665,9 @@ declare module '@stdlib/types/ndarray' {
665
665
type RealOrComplexDataType = RealDataType | ComplexDataType ;
666
666
667
667
/**
668
- * Output data type policies .
668
+ * Output data type policy .
669
669
*/
670
- type OutputPolicies = 'default' | 'same' | 'promoted' | 'bool' | 'numeric' | 'real' | 'floating_point' | 'real_floating_point' | 'complex_floating_point' | 'integer' | 'signed_integer' | 'unsigned_integer' ; // tslint:disable-line:max-line-length
670
+ type OutputPolicy = 'default' | 'same' | 'promoted' | 'bool' | 'numeric' | 'real' | 'floating_point' | 'real_floating_point' | 'complex_floating_point' | 'integer' | 'signed_integer' | 'unsigned_integer' ; // tslint:disable-line:max-line-length
671
671
672
672
/**
673
673
* Array order.
You can’t perform that action at this time.
0 commit comments