Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/frugal/src/export/Export.ts>Exporter

A frugal web framework
Go to Latest
interface Exporter
import { type Exporter } from "https://deno.land/x/frugal@0.9.2/src/export/Export.ts";

Methods

export(context: ExportContext): Promise<void>