HonoH
Hono15mo ago
cococore

how check the param is present. const my_id = c.req.param('id')

Is there preferable way to check
const my_id = c.req.param('id') is present in parameters of request?
Was this page helpful?