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

Class

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

Source from the content-addressed store, hash-verified

1952}
1953/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextDecoderStream) */
1954declare class TextDecoderStream extends TransformStream<ArrayBuffer | ArrayBufferView, string> {
1955 constructor(label?: string, options?: TextDecoderStreamTextDecoderStreamInit);
1956 get encoding(): string;
1957 get fatal(): boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected