nmr-processing 22.20.2 → 22.21.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.
package/dist/nmr-processing.d.ts
CHANGED
|
@@ -2608,6 +2608,8 @@ declare interface TwoDOptions {
|
|
|
2608
2608
|
|
|
2609
2609
|
export declare function updateIntegralsRelativeValues(spectrum: Entry1D, forceCalculateIntegral?: boolean): void;
|
|
2610
2610
|
|
|
2611
|
+
export declare function updatePeaksRelativeValues(spectrum: Entry1D, forceCalculateIntegral?: boolean): void;
|
|
2612
|
+
|
|
2611
2613
|
export declare function updateRanges(spectrum: Entry1D): void;
|
|
2612
2614
|
|
|
2613
2615
|
export declare function updateRangesRelativeValues(spectrum: Entry1D, forceCalculateIntegral?: boolean): void;
|