| 1188 | html?: boolean; |
| 1189 | } |
| 1190 | declare class HTMLRewriter { |
| 1191 | constructor(); |
| 1192 | on(selector: string, handlers: HTMLRewriterElementContentHandlers): HTMLRewriter; |
| 1193 | onDocument(handlers: HTMLRewriterDocumentContentHandlers): HTMLRewriter; |
nothing calls this directly
no outgoing calls
no test coverage detected