* Get the date object when the timer started. * * @public
()
| 127 | * @public |
| 128 | */ |
| 129 | get started(): Date | undefined { |
| 130 | return this.$startDate; |
| 131 | } |
| 132 | |
| 133 | /** |
| 134 | * Resets the timer. If a callback is provided, re-start the clock. |
nothing calls this directly
no outgoing calls
no test coverage detected