* Escape strings for input into shell commands.
(input: string)
| 20 | * Escape strings for input into shell commands. |
| 21 | */ |
| 22 | escape(input: string): string |
| 23 | |
| 24 | /** |
| 25 | * Change the default environment variables for shells created by this instance. |
no outgoing calls
no test coverage detected