import { type DocumentHandlers } from "https://deno.land/x/lol_html@0.0.6/types.d.ts";
Properties
optional
doctype: (doctype: Doctype) => voidoptional
comments: (comment: Comment) => voidoptional
text: (chunk: TextChunk) => voidoptional
end: (end: DocumentEnd) => void