class TrieRouter implements Router<T>import { TrieRouter } from "https://deno.land/x/hono@v2.5.2/mod.ts"; ConstructorsnewTrieRouter()Type ParametersTPropertiesnode: Node<T>Methodsadd(method: string,path: string,handler: T,)match(method: string, path: string): Result<T> | null