MCPcopy Create free account
hub / github.com/acoyfellow/UserDO /

Class

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

Source from the content-addressed store, hash-verified

1942}
1943/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoderStream) */
1944declare class TextEncoderStream extends TransformStream<string, Uint8Array> {
1945 constructor();
1946 get encoding(): string;
1947}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected