nmr-processing 21.0.2 → 21.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1392,6 +1392,10 @@ declare interface OptionsPeaksToRanges {
1392
1392
  * @default 1.5
1393
1393
  */
1394
1394
  symRatio?: number;
1395
+ /**
1396
+ * solvent name to assign the signals with kind solvent
1397
+ */
1398
+ solvent?: string;
1395
1399
  }
1396
1400
 
1397
1401
  export declare interface OptionsSignalsToXY extends Partial<Simulate1DOptions> {