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 site creator
Go to Latest
type alias Utilities
import { type Utilities } from "https://deno.land/x/gustwind@v0.61.0/breezewind/types.ts";
definition: Record<string, (this: { context?: Context; }, ...args: any) => string | Promise<string> | void> & { _onRenderStart?: (context: Context) => void; _onRenderEnd?: (context: Context) => void; }