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