Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/gustwind/breezewind/index.ts>Utilities

🐳💨 – Deno powered JSON oriented site generator
Go to Latest
type alias Utilities
Re-export
import { type Utilities } from "https://deno.land/x/gustwind@v0.35.5/breezewind/index.ts";
definition: Record<string, (context: Context, ...args: any) => string | Promise<string> | void> & { _onRenderStart?: (context: Context) => void; _onRenderEnd?: (context: Context) => void; }