| 1 | import { IntervalTicker, AnimationFrameTicker, DummyTicker, SimpleTimer, TICK_INTERVAL, ITimerState, MediaTimer } from './Timer' |
| 2 | import { title } from './Utils' |
| 3 | |
| 4 | const intervalTicker = new IntervalTicker() |
nothing calls this directly
no test coverage detected