Skip to content

Commit 5762051

Browse files
authored
feat: added markNTBT to export (#256)
1 parent 4db2216 commit 5762051

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Diff for: src/perfume.ts

+11-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@ import { initPerfume } from './initPerfume';
33
import { clear, end, markStep, start } from './steps/markStep';
44
import { markStepOnce } from './steps/markStepOnce';
55
import { trackUJNavigation } from './steps/navigationSteps';
6+
import { markNTBT } from './markNTBT';
67

78
export * from './types';
89

9-
export { clear, end, initPerfume, markStep, markStepOnce, start, trackUJNavigation };
10+
export {
11+
clear,
12+
end,
13+
initPerfume,
14+
markNTBT,
15+
markStep,
16+
markStepOnce,
17+
start,
18+
trackUJNavigation,
19+
};

0 commit comments

Comments
 (0)