react-timer-hook
react-timer-hook copied to clipboard
useStopwatch and useTime args are required
The arguments of useStopwatch and useTime are not optional, so it doesn't match the typescript definition. I would just make the arguments in index.d.ts not optional so it is clear that they are required.