Skip to main content
Module

x/aleph/types.d.ts>HTMLRewriterHandlers

The Full-stack Framework in Deno.
Go to Latest
type alias HTMLRewriterHandlers
import { type HTMLRewriterHandlers } from "https://deno.land/x/aleph@1.0.0-alpha.1/types.d.ts";
definition: { element?: (element: import("https://deno.land/x/lol_html@0.0.3/types.d.ts").Element) => void; text?: (text: import("https://deno.land/x/lol_html@0.0.3/types.d.ts").TextChunk) => void; doctype?: (doctype: import("https://deno.land/x/lol_html@0.0.3/types.d.ts").Doctype) => void; comments?: (comment: import("https://deno.land/x/lol_html@0.0.3/types.d.ts").Comment) => void; end?: (end: import("https://deno.land/x/lol_html@0.0.3/types.d.ts").DocumentEnd) => void; }