nmr-processing 12.0.2 → 12.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.
- package/nmr-processing.d.ts +2 -0
- package/package.json +1 -1
package/nmr-processing.d.ts
CHANGED
|
@@ -2409,6 +2409,7 @@ export declare function mapZones(zones: Zone[], datum: Entry2D, options?: MapOpt
|
|
|
2409
2409
|
originalTo?: number | undefined;
|
|
2410
2410
|
};
|
|
2411
2411
|
id: string;
|
|
2412
|
+
assignment?: string | undefined;
|
|
2412
2413
|
}[];
|
|
2413
2414
|
|
|
2414
2415
|
export declare function markSolventPeaks<T extends NMRRange>(input: T[], solventSignals: NMRSignal1D[], options?: any): T[];
|
|
@@ -3959,6 +3960,7 @@ declare function unlink(range: Range_2, options?: UnlinkOptions): Range_2;
|
|
|
3959
3960
|
y: ZoneAxis;
|
|
3960
3961
|
signals: Signal2D[];
|
|
3961
3962
|
kind?: string;
|
|
3963
|
+
assignment?: string;
|
|
3962
3964
|
}
|
|
3963
3965
|
|
|
3964
3966
|
export declare interface Zone2DError {
|