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
/
index.d.ts
5 lines
(4 loc)
•
133 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
OS
}
from
'./types.js'
;
declare
const
ua2os
:
(
ua
:
string
) =>
OS
|
undefined
;
export
default
ua2os;
export
type
{
OS
};