import { Router } from "https://deno.land/x/lean@0.0.6/mod.ts";
Based on the work of abc https://github.com/zhmushan/abc/blob/master/router.ts
Properties
trees: Record<string, Node<RequestHandler<TApplication>>>
Methods
add(): void
find(method: string, context: Context<TApplication>): RequestHandler<TApplication>