UNPKG
trpc-bun-adapter
Version:
latest (1.3.2)
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
1.0.0-rc.0
TRPC adapter for bun js runtime
github.com/cah4a/trpc-bun-adapter
trpc-bun-adapter
/
src
/
index.ts
4 lines
(3 loc)
•
119 B
text/typescript
View Raw
1
2
3
4
export
*
from
"./createBunHttpHandler"
;
export
*
from
"./createBunWSHandler"
;
export
*
from
"./createBunServeHandler"
;