()
| 13 | * @returns `true` on macOS, `false` otherwise. |
| 14 | */ |
| 15 | export function isMacOS(): boolean { |
| 16 | return process.platform === 'darwin'; |
| 17 | } |
| 18 | |
| 19 | /** |
| 20 | * Returns `true` if the current operating system is Windows. |
no outgoing calls
no test coverage detected