()
| 1799 | pipeTo(destination: WritableStream<R>, options?: StreamPipeOptions): Promise<void>; |
| 1800 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/tee) */ |
| 1801 | tee(): [ |
| 1802 | ReadableStream<R>, |
| 1803 | ReadableStream<R> |
| 1804 | ]; |
nothing calls this directly
no outgoing calls
no test coverage detected