UNPKG

as-event-tracker

Version:

Logs events in the browser based on client interactions.

6 lines (5 loc) 267 B
export declare function getDeviceType(): string; export declare function getDeviceOS(): string; export declare function getDeviceScreenWidth(): number; export declare function getDeviceScreenHeight(): number; export declare function getDevicePlatform(): string;