| 21 | |
| 22 | // copied from cloudflare's definition. Use until this gets a better answer https://stackoverflow.com/q/75754724 |
| 23 | declare class DecompressionStream extends TransformStream< |
| 24 | ArrayBuffer | ArrayBufferView, |
| 25 | Uint8Array |
| 26 | > { |
nothing calls this directly
no outgoing calls
no test coverage detected