Skip to content

Commit 4f26db0

Browse files
authored
fix: Exported mark step functions (#227)
1 parent 05d7813 commit 4f26db0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/perfume.ts

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ import { IPerfumeOptions } from './types';
2020
import { roundByFour } from './utils';
2121
import { getVitalsScore } from './vitalsScore';
2222
import { setStepsMap } from './steps/setStepsMap';
23+
export { markStep } from './steps/markStep';
24+
export { markStepOnce } from './steps/markStepOnce';
2325

2426
let ntbtTimeoutID = 0;
2527

0 commit comments

Comments
 (0)