@egjs/agent
Version:
Extracts browser and operating system information from the user agent string or user agent object(userAgentData).
8 lines (7 loc) • 346 B
TypeScript
import { PresetInfo } from "./types";
export declare const BROWSER_PRESETS: PresetInfo[];
export declare const CHROMIUM_PRESETS: PresetInfo[];
export declare const WEBKIT_PRESETS: PresetInfo[];
export declare const PLATFORM_PRESETS: PresetInfo[];
export declare const WEBVIEW_PRESETS: PresetInfo[];
export declare const OS_PRESETS: PresetInfo[];