UNPKG

@2l/ewa-analytics-web-sdk

Version:
12 lines 403 B
import { DeviceTypes, OsTypes } from './types'; export interface UserAgent { detectDeviceType(): DeviceTypes; detectOS(): OsTypes; getTimezone(): string; getBrowserName(): string; getBrowserVersion(): string; detectOSVersion(): string; detectDeviceName(): string; } export declare function getUserAgent(userAgentString: string): UserAgent; //# sourceMappingURL=index.d.ts.map