UNPKG

@technoapple/ga4

Version:

TypeScript Node.js library to support GA4 analytics.

7 lines (6 loc) 169 B
import { get } from './dataLayer'; declare const dataLayerHelper: { get: typeof get; }; declare const ga4: import("./ga4/ga4").ga4; export { ga4, dataLayerHelper };