| 17 | const showCursor = '\x1b[?25h'; |
| 18 | |
| 19 | export class Spinner { |
| 20 | /** Whether the spinner is marked as completed. */ |
| 21 | private completed = false; |
| 22 | /** The id of the interval being used to trigger frame printing. */ |
nothing calls this directly
no outgoing calls
no test coverage detected