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