Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/lume/core.ts>SiteEvent

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
type alias SiteEvent
Re-export
import { type SiteEvent } from "https://deno.land/x/lume@v1.18.2/core.ts";

Custom events for site build

definition: Event & SiteEventMap[T] & { type: T; }