nmr-processing 12.7.1 → 12.8.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.
@@ -3262,6 +3262,8 @@ export declare interface RangesToACSOptions {
3262
3262
  solvent?: string;
3263
3263
  }
3264
3264
 
3265
+ export declare function rangesToTSV(ranges: NMRRange[]): string;
3266
+
3265
3267
  export declare function rangesToXY(ranges: NMRRange[], options?: RangesToXYOptions): {
3266
3268
  x: Float64Array;
3267
3269
  y: Float64Array;