(
content: string | ReadableStream | Response,
options?: ContentOptions,
)
| 1888 | options?: ContentOptions, |
| 1889 | ): Text; |
| 1890 | replace( |
| 1891 | content: string | ReadableStream | Response, |
| 1892 | options?: ContentOptions, |
| 1893 | ): Text; |
no outgoing calls
no test coverage detected