UNPKG
@depup/trpc__server
Version:
latest (11.16.0-depup.0)
11.16.0-depup.0
11.15.1-depup.0
11.15.0-depup.0
11.14.1-depup.0
11.13.4-depup.0
11.13.3-depup.0
11.12.1-depup.0
The tRPC server library (with updated dependencies)
trpc.io
trpc/trpc
@depup/trpc__server
/
src
/
adapters
/
fastify
/
index.ts
3 lines
(2 loc)
•
78 B
text/typescript
View Raw
1
2
3
export
*
from
'./fastifyRequestHandler'
;
export
*
from
'./fastifyTRPCPlugin'
;