Usage
use-os detects user's os. Possible values are: undetermined
, macos
, ios
, windows
, android
, linux
.
If os cannot be identified, for example, during server side rendering undetermined
will be returned.
Your os is undetermined
TypeScript
You can import OS
union type from @asuikit/hooks
: