UNPKG

@opentelemetry/opentelemetry-browser-detector

Version:
16 lines 336 B
export type UserAgentData = { brands: { brand: string; version: string; }[]; platform: string; mobile: boolean; }; export declare const BROWSER_ATTRIBUTES: { PLATFORM: string; BRANDS: string; MOBILE: string; LANGUAGE: string; USER_AGENT: string; }; //# sourceMappingURL=types.d.ts.map