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