UNPKG

@egjs/agent

Version:

Extracts browser and operating system information from the user agent string or user agent object(userAgentData).

3 lines (2 loc) 129 B
import { UADataValues, AgentInfo } from "./types"; export declare function parseUserAgentData(osData?: UADataValues): AgentInfo;