(content: string | ReadableStream | Response, options?: ContentOptions)
| 1520 | before(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1521 | after(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1522 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1523 | remove(): Text; |
| 1524 | } |
| 1525 | interface DocumentEnd { |
no outgoing calls
no test coverage detected