()
| 1766 | pipeTo(destination: WritableStream<R>, options?: StreamPipeOptions): Promise<void>; |
| 1767 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/tee) */ |
| 1768 | tee(): [ |
| 1769 | ReadableStream<R>, |
| 1770 | ReadableStream<R> |
| 1771 | ]; |
nothing calls this directly
no outgoing calls
no test coverage detected