* Append the given value and a line feed character * to the channel. * * @param value A string, falsy values will be printed.
(value: string)
| 107 | * @param value A string, falsy values will be printed. |
| 108 | */ |
| 109 | appendLine(value: string): void; |
| 110 | |
| 111 | /** |
| 112 | * Removes all output from the channel. |
no outgoing calls
no test coverage detected