UNPKG
@technoapple/ga4
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
TypeScript Node.js library to support GA4 analytics.
github.com/technoapple/ga4
technoapple/ga4
@technoapple/ga4
/
build
/
main
/
index.d.ts
7 lines
(6 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{ get }
from
'./dataLayer'
;
declare
const
dataLayerHelper
: {
get
:
typeof
get; };
declare
const
ga4
:
import
(
"./ga4/ga4"
).
ga4
;
export
{ ga4, dataLayerHelper };