UNPKG

@egjs/agent

Version:

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

4 lines (3 loc) 171 B
import { AgentInfo } from "./types"; export declare function isWebView(userAgent: string): boolean; export declare function getLegacyAgent(userAgent?: string): AgentInfo;