()
| 1233 | before(content: string | ReadableStream | Response, options?: ContentOptions): EndTag; |
| 1234 | after(content: string | ReadableStream | Response, options?: ContentOptions): EndTag; |
| 1235 | remove(): EndTag; |
| 1236 | } |
| 1237 | interface Comment { |
| 1238 | text: string; |
nothing calls this directly
no outgoing calls
no test coverage detected