Skip to main content
Module

x/fast/mod.ts>middleware.serve

Small web framework with near-native performance.
Go to Latest
variable middleware.serve
import { middleware } from "https://deno.land/x/fast@4.0.0-alpha.1/mod.ts";
const { serve } = middleware;

type

(base: string) => Middleware