| 1454 | html?: boolean; |
| 1455 | } |
| 1456 | declare class HTMLRewriter { |
| 1457 | constructor(); |
| 1458 | on(selector: string, handlers: HTMLRewriterElementContentHandlers): HTMLRewriter; |
| 1459 | onDocument(handlers: HTMLRewriterDocumentContentHandlers): HTMLRewriter; |
nothing calls this directly
no outgoing calls
no test coverage detected