Skip to content

Instantly share code, notes, and snippets.

@AvocadoVenom
Last active July 8, 2022 07:26
Show Gist options
  • Save AvocadoVenom/212957e34fc9f79a2f4c2c2acf4e859f to your computer and use it in GitHub Desktop.
Save AvocadoVenom/212957e34fc9f79a2f4c2c2acf4e859f to your computer and use it in GitHub Desktop.
type DeviceOS = DesktopOS | MobileOS
const getDeviceOS = (): DeviceOS | undefined => getMobileOS() ?? getDesktopOS()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment