UNPKG

as-event-tracker

Version:

Logs events in the browser based on client interactions.

3 lines (2 loc) 171 B
import { EventType } from "../consts/Events"; export declare function validateRequestType(eventType: EventType, requestType: string, expectedRequestType: string): void;