method RegExpRouter.prototype.matchimport { RegExpRouter } from "https://dotland.deno.dev/x/hono@v4.2.6/mod.ts"; match(method: string, path: string): Result<T>Parametersmethod: stringpath: stringReturnsResult<T>