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.d.ts
4 lines
•
169 B
TypeScript
View Raw
1
2
3
4
export
{ createClient }
from
"./client/index"
;
export
type
{
Router
}
from
"./server/index"
;
export
{ router }
from
"./server/index"
;
//# sourceMappingURL=index.d.ts.map