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

x/frugal/mod.ts>Render

A frugal web framework
Latest
type alias Render
import { type Render } from "https://deno.land/x/frugal@0.9.6/mod.ts";

Type Parameters

PATH extends string
DATA extends JSONValue
definition: (context: RenderContext<PATH, DATA>) => string | ReadableStream<string>