Update the in-place progress line. No-op on non-TTY.
(line: string)
| 18 | export interface Ticker { |
| 19 | /** Update the in-place progress line. No-op on non-TTY. */ |
| 20 | update(line: string): void; |
| 21 | /** |
| 22 | * Print the final line (with a trailing newline so the prompt |
| 23 | * doesn't run into the result block). No-op on non-TTY. |
no outgoing calls
no test coverage detected