(content: string | ReadableStream | Response, options?: ContentOptions)
| 1213 | before(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1214 | after(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1215 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1216 | remove(): Text; |
| 1217 | } |
| 1218 | interface DocumentEnd { |
no outgoing calls
no test coverage detected