nmr-processing 11.6.0 → 11.6.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.
@@ -2465,7 +2465,7 @@ declare interface NMRZoneWithIds extends Omit<NMRZone, 'signals' | 'id'> {
2465
2465
  /**
2466
2466
  * The idea is to convert nucleus name like H1, proton or Fluorine19 to 1H and 19F.
2467
2467
  */
2468
- export declare function normalizeNucleus(name: string): string;
2468
+ export declare function normalizeNucleus(nucleus: string): string;
2469
2469
 
2470
2470
  export { Nuclei }
2471
2471