Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/gustwind/plugins/meta/mod.ts>plugin

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

type

Plugin<{ inputPath?: string; meta?: Record<string, unknown>; }, { meta: Record<string, unknown>; }>