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