method Hono.prototype.addRouteimport { Hono } from "https://deno.land/x/hono@v2.1.0/hono.ts"; addRoute(method: string,path: string,handler: Handler<string, E>,): voidParametersmethod: stringpath: stringhandler: Handler<string, E>Returnsvoid