Skip to content

Commit ddba71d

Browse files
committed
feat: export cwvInterpolationFN, simpleCWVInterploationFN, and INTERPOLATION_THRESHOLD from utils
1 parent 26de21e commit ddba71d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

index.js

+9-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ import {
3535
reclassifyAcquisition,
3636
reclassifyEnter,
3737
addCalculatedProps,
38+
cwvInterpolationFn,
39+
simpleCWVInterpolationFn,
40+
INTERPOLATION_THRESHOLD,
3841
} from './utils.js';
3942

4043
const utils = {
@@ -48,6 +51,9 @@ const utils = {
4851
reclassifyAcquisition,
4952
reclassifyEnter,
5053
addCalculatedProps,
54+
cwvInterpolationFn,
55+
simpleCWVInterpolationFn,
56+
INTERPOLATION_THRESHOLD,
5157
};
5258
const stats = {
5359
zTestTwoProportions,
@@ -69,4 +75,6 @@ const series = {
6975
engagement,
7076
};
7177

72-
export { DataChunks, utils, stats, series };
78+
export {
79+
DataChunks, utils, stats, series,
80+
};

0 commit comments

Comments
 (0)