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

x/gustwind/breezewind/types.ts>Utilities

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