Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
variable Listen
import { Listen } from "https://deno.land/x/sptaki@1.2.0/models/mod.ts";

Associates handlers, HTTP methods and a base url to a listener using a proxy

type

(basePath: string) => <T extends new (...args: any[]) => any>(Base: T) => T