* Print the final line (with a trailing newline so the prompt * doesn't run into the result block). No-op on non-TTY.
(line?: string)
| 23 | * doesn't run into the result block). No-op on non-TTY. |
| 24 | */ |
| 25 | finalize(line?: string): void; |
| 26 | } |
| 27 | |
| 28 | /** |
no outgoing calls
no test coverage detected