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

Class

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

Source from the content-addressed store, hash-verified

1947}
1948/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoderStream) */
1949declare class TextEncoderStream extends TransformStream<string, Uint8Array> {
1950 constructor();
1951 get encoding(): string;
1952}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected