ghaaj
Results
2
comments of
ghaaj
The same error occurs when trying to reference `ReturnType` of `c.json`. reproduction: https://stackblitz.com/edit/github-a8gzkzvs ```ts import { serve } from '@hono/node-server'; import { Hono, type Context } from 'hono'; import {...
@EdamAme-x Thank you! I'm thinking of using `Response & TypedResponse` for more type safety. I am sorry for the extra notifications.