class LinearRouter implements Router<T>import { LinearRouter } from "https://deno.land/x/hono@v3.12.5/router/linear-router/index.ts"; Type ParametersTPropertiesname: stringroutes: [string, string, T][]Methodsadd(method: string,path: string,handler: T,)match(method: string, path: string): Result<T>