class TrieRouter implements Router<T>import { TrieRouter } from "https://deno.land/x/hono@v3.12.5/router/trie-router/index.ts"; ConstructorsnewTrieRouter()Type ParametersTPropertiesname: stringnode: Node<T>Methodsadd(method: string,path: string,handler: T,)match(method: string, path: string): Result<T>