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
/
ga4
/
index.d.ts
4 lines
(3 loc)
•
67 B
TypeScript
View Raw
1
2
3
4
import
{ ga4 }
from
'./ga4'
;
declare
const
ga
: ga4;
export
{ ga };