MCPcopy Create free account
hub / github.com/idosal/git-mcp /

Class

worker-configuration.d.ts:1945–1945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1943}
1944/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DecompressionStream) */
1945declare class DecompressionStream extends TransformStream<ArrayBuffer | ArrayBufferView, Uint8Array> {
1946 constructor(format: "gzip" | "deflate" | "deflate-raw");
1947}
1948/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoderStream) */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected