()
| 29 | * @see https://developer.mozilla.org/en-US/docs/Web/API/Navigator/appVersion |
| 30 | */ |
| 31 | export const detectOS = (): OperatingSystem => |
| 32 | detectOsInUserAgent(navigator?.userAgent); |
| 33 | |
| 34 | /** |
| 35 | * Determines user platform based on architecture and bitness |
no test coverage detected