| 336 | * Represents an instance used to read data from a `ReadableStream` instance. |
| 337 | */ |
| 338 | export interface ReadableReader { |
| 339 | /** |
| 340 | * The `ReadableStream` instance. |
| 341 | */ |
| 342 | readable: ReadableStream; |
| 343 | } |
| 344 | |
| 345 | /** |
| 346 | * Represents an instance used to read unknown type of data. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…