| 1156 | html?: boolean; |
| 1157 | } |
| 1158 | declare class HTMLRewriter { |
| 1159 | constructor(); |
| 1160 | on(selector: string, handlers: HTMLRewriterElementContentHandlers): HTMLRewriter; |
| 1161 | onDocument(handlers: HTMLRewriterDocumentContentHandlers): HTMLRewriter; |
nothing calls this directly
no outgoing calls
no test coverage detected