nmr-processing 19.5.1 → 19.5.2
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 +4 -0
- package/package.json +2 -2
package/dist/nmr-processing.d.ts
CHANGED
|
@@ -1718,10 +1718,14 @@ export declare interface PredictCarbonOptions {
|
|
|
1718
1718
|
declare interface PredictCOSYOptions {
|
|
1719
1719
|
/**
|
|
1720
1720
|
* maximum number of bonds to take into account.
|
|
1721
|
+
* If either maxLength or minLength is not provided, the function will calculate
|
|
1722
|
+
* the correlation paths based on the coupling constants as defined by the minCoupling option.
|
|
1721
1723
|
*/
|
|
1722
1724
|
maxLength?: number;
|
|
1723
1725
|
/**
|
|
1724
1726
|
* minimum number of bonds to take into account
|
|
1727
|
+
* If either maxLength or minLength is not provided, the function will calculate
|
|
1728
|
+
* the correlation paths based on the coupling constants as defined by the minCoupling option.
|
|
1725
1729
|
*/
|
|
1726
1730
|
minLength?: number;
|
|
1727
1731
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nmr-processing",
|
|
3
|
-
"version": "19.5.
|
|
3
|
+
"version": "19.5.2",
|
|
4
4
|
"description": "Pure functions allowing to process NMR spectra.",
|
|
5
5
|
"license": "CC-BY-NC-SA-4.0",
|
|
6
6
|
"type": "module",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"volta": {
|
|
92
92
|
"extends": "../../../package.json"
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "7fed59982ca30e6f362e81d9be4283c2d36dcb90"
|
|
95
95
|
}
|