()
| 4 | * @returns `true` on Linux, `false` otherwise. |
| 5 | */ |
| 6 | export function isLinux(): boolean { |
| 7 | return process.platform === 'linux'; |
| 8 | } |
| 9 | |
| 10 | /** |
| 11 | * Returns `true` if the current operating system is macOS. |
no outgoing calls
no test coverage detected