type alias HTMLRewriterHandlersimport { type HTMLRewriterHandlers } from "https://deno.land/x/aleph@1.0.0-alpha.72/server/html.ts"; definition: { element?: (element: Element) => void; comments?: (element: Comment) => void; text?: (text: TextChunk) => void; }