UNPKG

ua2os

Version:

Detect the OS from a User-Agent string.

3 lines (2 loc) 79 B
type OS = 'android' | 'ios' | 'linux' | 'mac' | 'windows'; export type { OS };