* Kills the pty. * @param signal The signal to use, defaults to SIGHUP. This parameter is not supported on * Windows. * @throws Will throw when signal is used on Windows.
(signal?: string)
| 183 | * @throws Will throw when signal is used on Windows. |
| 184 | */ |
| 185 | kill(signal?: string): void; |
| 186 | } |
| 187 | |
| 188 | /** |
no outgoing calls
no test coverage detected