type alias EndpointMapimport { type EndpointMap } from "https://deno.land/x/http_wrapper@v0.5.0/types.ts"; definition: Map<string, (req: ServerRequest, vars: RouteVariables) => void>