Skip to main content
Module

x/pagic/src/Pagic.ts>PagicPlugin

A static site generator powered by Deno + React
Go to Latest
interface PagicPlugin
import { type PagicPlugin } from "https://deno.land/x/pagic@v1.5.1/src/Pagic.ts";

Properties

name: string
optional
insert: string
fn: (ctx: Pagic) => Promise<void>