Zizzamia/perfume.js

View on GitHub
src/perfume.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
98%
import { initPerfume } from './initPerfume';

import { clear, end, markStep, start } from './steps/markStep';
import { markStepOnce } from './steps/markStepOnce';
import { trackUJNavigation } from './steps/navigationSteps';
import { markNTBT } from './markNTBT';

export * from './types';

export {
  clear,
  end,
  initPerfume,
  markNTBT,
  markStep,
  markStepOnce,
  start,
  trackUJNavigation,
};