(content: string | ReadableStream | Response, options?: ContentOptions)
| 1547 | before(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1548 | after(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1549 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1550 | remove(): Text; |
| 1551 | } |
| 1552 | interface DocumentEnd { |
no outgoing calls
no test coverage detected