(content: string | ReadableStream | Response, options?: ContentOptions)
| 1217 | before(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1218 | after(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1219 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1220 | remove(): Text; |
| 1221 | } |
| 1222 | interface DocumentEnd { |
no outgoing calls
no test coverage detected