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

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

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

type

Plugin<{ components: { path: string; selection?: string[]; }[]; globalUtilitiesPath: string; }, { htmlLoader: ReturnType<initLoader>; components: Record<string, string>; componentUtilities: Record<string, GlobalUtilities | undefined>; globalUtilities: GlobalUtilities; }>