UNPKG

@technoapple/ga4

Version:

TypeScript Node.js library to support GA4 analytics.

7 lines (5 loc) 146 B
import {ga} from './ga4/index'; import {get} from './dataLayer'; const dataLayerHelper = { get }; const ga4 = ga; export {ga4, dataLayerHelper};