UNPKG

overcentric

Version:

A lightweight, privacy-focused toolkit for modern SaaS web applications

5 lines (4 loc) 251 B
import { AutoCaptureConfig } from './types'; type TrackEventFunction = (eventName: string, properties: Record<string, any>) => void; export declare function startAutoCapture(trackEvent: TrackEventFunction, config: AutoCaptureConfig): void; export {};