UNPKG

google-analytics-ga4

Version:

This is package for google analytics GA4 .You can import it to any node project and use it .React , Vue, Anguler etc

7 lines (6 loc) 204 B
"use strict"; exports.__esModule = true; exports.ReactGAImplementation = void 0; var ga4_1 = require("./gtag/ga4"); exports.ReactGAImplementation = ga4_1.GA4; exports["default"] = ga4_1["default"];