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