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.
OutputPolicies
1 parent 2e884c5 commit 191e983Copy full SHA for 191e983
lib/node_modules/@stdlib/types/index.d.ts
@@ -664,6 +664,11 @@ declare module '@stdlib/types/ndarray' {
664
*/
665
type RealOrComplexDataType = RealDataType | ComplexDataType;
666
667
+ /**
668
+ * Output data type policies.
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
671
+
672
/**
673
* Array order.
674
*
0 commit comments