UNPKG

pathingjs

Version:

Enhanced analytics tracking library with comprehensive device, browser, and engagement data collection

3 lines (2 loc) 144 B
import { EventPayload, EventResponse } from "../types"; export declare function send(type: string, data: EventPayload): Promise<EventResponse>;