Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/frugal/docs/dep/frugal/server.ts>Next

A frugal web framework
Go to Latest
type alias Next
Re-export
import { type Next } from "https://deno.land/x/frugal@0.5.0/docs/dep/frugal/server.ts";

Type Parameters

optional
CONTEXT = unknown
definition: (context: CONTEXT) => Promise<Response>