UNPKG

pathingjs

Version:

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

3 lines (2 loc) 134 B
import { EventResponse, PurchaseData } from "../types"; export declare function purchase(data: PurchaseData): Promise<EventResponse>;