* Replaces all output from the channel with the given value. * * @param value A string, falsy values will not be printed.
(value: string)
| 7049 | * @param value A string, falsy values will not be printed. |
| 7050 | */ |
| 7051 | replace(value: string): void; |
| 7052 | |
| 7053 | /** |
| 7054 | * Removes all output from the channel. |
no outgoing calls
no test coverage detected