(content: string, options?: { html: boolean })
| 12 | setAttribute(name: string, value: string): void; |
| 13 | setInnerContent(content: string): void; |
| 14 | append(content: string, options?: { html: boolean }): void; |
| 15 | } |
| 16 | interface CfElementHandler { |
| 17 | element(el: CfElement): void; |
no outgoing calls
no test coverage detected