@laplace.live/internal 1.2.36 → 1.2.37
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/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -777,6 +777,8 @@ export declare namespace LaplaceInternal {
|
|
|
777
777
|
effectiveCycleLength: number
|
|
778
778
|
/** Calculated period length based on history (mean) or user preference */
|
|
779
779
|
effectivePeriodLength: number
|
|
780
|
+
/** Number of history entries used for calculation */
|
|
781
|
+
dataPoints: number
|
|
780
782
|
}
|
|
781
783
|
|
|
782
784
|
/**
|