UNPKG
@clipstake/view-tracking
Version:
alpha (0.0.1-alpha.5)
latest (0.0.1-alpha.1)
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
A tRPC-based view tracking service with client for Next.js apps
@clipstake/view-tracking
/
dist
/
index.js
4 lines
(3 loc)
•
128 B
JavaScript
View Raw
1
2
3
4
// Main entry point for the npm package
export
{ createClient }
from
"./client/index"
;
export
{ router }
from
"./server/index"
;