UNPKG
ua2os
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.0
Detect the OS from a User-Agent string.
github.com/fabiospampinato/ua2os
fabiospampinato/ua2os
ua2os
/
dist
/
types.d.ts
3 lines
(2 loc)
•
79 B
TypeScript
View Raw
1
2
3
type
OS =
'android'
|
'ios'
|
'linux'
|
'mac'
|
'windows'
;
export
type
{ OS };