()
| 75 | * Export the platform detection constant for use in process management (e.g., killing processes). |
| 76 | */ |
| 77 | export const isWindows = () => os.platform() === 'win32'; |
| 78 | |
| 79 | /** |
| 80 | * Escapes a string so that it can be safely used as a single argument |
no outgoing calls
no test coverage detected