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 @@ -1597,12 +1597,12 @@ declare module '@stdlib/types/ndarray' {
1597
1597
/**
1598
1598
* Strict output data type policy.
1599
1599
*/
1600
- type StrictOutputPolicy = 'default' | 'same' | 'promoted' | 'boolean' | 'numeric' | 'real' | 'floating_point' | 'real_floating_point' | 'complex_floating_point' | 'integer' | 'signed_integer' | 'unsigned_integer' | 'accumulation ';
1600
+ type StrictOutputPolicy = 'default' | 'default_index' | ' same' | 'promoted' | 'accumulation' | ' boolean' | 'integer_index' | 'boolean_index' | 'mask_index' | ' numeric' | 'real' | 'floating_point' | 'real_floating_point' | 'complex_floating_point' | 'integer' | 'signed_integer' | 'unsigned_integer' ;
1601
1601
1602
1602
/**
1603
1603
* Output data type policy.
1604
1604
*/
1605
- type OutputPolicy = StrictOutputPolicy | 'boolean_and_generic' | 'numeric_and_generic' | 'real_and_generic' | 'floating_point_and_generic' | 'real_floating_point_and_generic' | 'complex_floating_point_and_generic' | 'integer_and_generic' | 'signed_integer_and_generic' | 'unsigned_integer_and_generic' | 'accumulation_and_generic ';
1605
+ type OutputPolicy = StrictOutputPolicy | 'boolean_and_generic' | 'integer_index_and_generic' | 'boolean_index_and_generic' | 'mask_index_and_generic' | ' numeric_and_generic' | 'real_and_generic' | 'floating_point_and_generic' | 'real_floating_point_and_generic' | 'complex_floating_point_and_generic' | 'integer_and_generic' | 'signed_integer_and_generic' | 'unsigned_integer_and_generic' ;
1606
1606
1607
1607
/**
1608
1608
* Array order.
You can’t perform that action at this time.
0 commit comments