npm install fastcar-timer
npm install @fastcar/timer
`simpleUseTimer` is a bare-bones React Hook that helps time events. It returns two functions, one which starts the timer, and one that gets the time elapsed since the start. Calling the start function again will reset the timer.