class Routerimport { Router } from "https://dotland.deno.dev/x/abc@v1.3.1/mod.ts"; Propertiestrees: Record<string, Node>Methodsadd(method: string,path: string,h: HandlerFunc,): voidfind(method: string, c: Context): HandlerFunc