UNPKG

@2l/ewa-analytics-web-sdk

Version:

A lightweight TypeScript SDK for tracking user events and analytics data in web applications. Provides real-time event tracking with support for both WebSocket and HTTP transport methods.

14 lines 292 B
export declare enum DeviceTypes { PHONE = "phone", TABLET = "tablet", DESKTOP = "desktop" } export declare enum OsTypes { ANDROID = "android", IOS = "ios", MAC = "mac", WIN = "win", LINUX = "linux", UNKNOWN = "unknown" } //# sourceMappingURL=types.d.ts.map