UNPKG
@vercel/analytics
Version:
beta (2.0.0-canary.1)
canary (1.0.2)
latest (2.0.1)
2.0.1
2.0.0
2.0.0-canary.1
1.6.1
1.6.0
1.5.0
1.5.0-canary.3
1.5.0-canary.2
1.5.0-canary.1
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.2.0-beta.4
1.2.0-beta.3
1.2.0-beta.2
1.2.0-beta.1
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.1.0-beta.9
1.1.0-beta.8
1.1.0-beta.7
1.1.0-beta.6
1.1.0-beta.5
1.1.0-beta.4
1.1.0-beta.3
1.1.0-beta.2
1.1.0-beta.1
1.0.2
1.0.1
1.0.1-beta.1
1.0.1-beta.0
1.0.0
0.1.11
0.1.10
0.1.9
0.1.9-beta.6
0.1.9-beta.5
0.1.9-beta.4
0.1.9-beta.3
0.1.9-beta.2
0.1.9-beta.1
0.1.9-beta.0
0.1.8
0.1.8-beta.0
0.1.7
0.1.7-beta.1
0.1.6
0.1.6-beta.1
0.1.6-beta.0
0.1.5
0.1.5-beta.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Gain real-time traffic insights with Vercel Web Analytics
github.com/vercel/analytics
@vercel/analytics
/
dist
/
astro
/
component.ts
8 lines
(7 loc)
•
231 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
type
{
AnalyticsProps
,
BeforeSend
,
BeforeSendEvent
,
// @ts-expect-error this filed is copied to dist, so it's ok to reference the generated index.d.ts
}
from
'../index.d.ts'
;
export
{
default
}
from
'./index.astro'
;