Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HTMLParser2Options

Options accepted by htmlparser2, the default parser for XML.

interface HTMLParser2Options extends DomHandlerOptions, ParserOptions {}

§Extends

§
DomHandlerOptions
[src]
§
ParserOptions
[src]