Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.0/src/export/Export.ts";

Methods

export(context: ExportContext): Promise<void>