Module

x/fresh/server.ts>PluginMiddleware

The next-gen web framework.
Extremely Popular
Latest
interface PluginMiddleware
import { type PluginMiddleware } from "https://dotland.deno.dev/x/fresh@1.6.8/server.ts";

Type Parameters

optional
State = Record<string, unknown>

Properties

path: string

A path in the format of a filename path without filetype

middleware: Middleware<State>