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

x/gustwind/renderers/htmlisp-edge-renderer/mod.ts>plugin

🐳💨 – Deno powered site creator
Latest
variable plugin
import { plugin } from "https://deno.land/x/gustwind@v0.77.4/renderers/htmlisp-edge-renderer/mod.ts";

type

Plugin<{ components: Components; componentUtilities: Record<string, GlobalUtilities | undefined>; globalUtilities: GlobalUtilities; }, { components: Components; globalUtilities: GlobalUtilities; }>