(content: string | ReadableStream | Response, options?: ContentOptions)
| 1249 | before(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1250 | after(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1251 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1252 | remove(): Text; |
| 1253 | } |
| 1254 | interface DocumentEnd { |
no outgoing calls
no test coverage detected