import { HonoRequest } from "https://deno.land/x/hono@v4.0.0-rc.3/mod.ts";
Examples
import { getCookie } from 'hono/cookie'
// ...
app.get('/', (c) => c.text(getCookie(c, 'cookie-name')))
import { getCookie } from 'hono/cookie' // ... app.get('/', (c) => c.text(getCookie(c, 'cookie-name')))