nmr-processing 21.2.4 → 22.0.1

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.
@@ -604,7 +604,7 @@ export declare function fftDirectDimension(data: {
604
604
  export declare function fftIndirectDimension(data: {
605
605
  re: DoubleArray[] | Matrix;
606
606
  im: DoubleArray[] | Matrix;
607
- }, options: IndirectDimensionOptions): Record<string, Matrix>;
607
+ }, options?: IndirectDimensionOptions): Record<string, Matrix>;
608
608
 
609
609
  export declare type Filter1D = FFT1D | BaselineCorrection1D | BackwardLinearPrediction1D | Apodization1D | DigitalFilter | EquallySpaced | ExclusionZones | ForwardLP1D | PhaseCorrection1D | ShiftX | SignalProcessing | ZeroFilling;
610
610