UNPKG

@shopana/ga

Version:

Type-safe Google Analytics 4 (GA4) tracking library for React and Next.js with ecommerce support, event batching, and SSR compatibility

5 lines 293 B
type Primitive = string | number | boolean | null | undefined; export declare function sanitizeParameters(input?: Record<string, unknown>): Record<string, Primitive | Primitive[]>; export declare function normalizeError(error: unknown): Error; export {}; //# sourceMappingURL=sanitize.d.ts.map