elysiajs / elysia-trpc

A plugin for Elysia that add support for using tRPC
MIT License
20 stars 17 forks source link

Add return type from schema to the compile() #13

Open gsemyong opened 10 months ago

gsemyong commented 10 months ago

Right now the result of the compile() is (unknown) => unknown, so it is not typesafe.