method RegExpRouter.prototype.buildMatcherimport { RegExpRouter } from "https://dotland.deno.dev/x/hono@v4.2.6/mod.ts"; buildMatcher(method: string): Matcher<T> | nullParametersmethod: stringReturnsMatcher<T> | null