UNPKG

@uua/core

Version:

Unbelievable User-Agent Module for both Node.js and Browser

3 lines (2 loc) 90 B
import { UAAItem } from './types'; export default function detectOs(ua: string): UAAItem;