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
/
node-http
/
index.ts
4 lines
(3 loc)
•
111 B
text/typescript
View Raw
1
2
3
4
export
*
from
'./nodeHTTPRequestHandler'
;
export
*
from
'./types'
;
export
*
from
'./incomingMessageToRequest'
;