MCPcopy Create free account
hub / github.com/fontsource/fontsource /

Class

website/worker-configuration.d.ts:1982–1982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1980}
1981/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoderStream) */
1982declare class TextEncoderStream extends TransformStream<string, Uint8Array> {
1983 constructor();
1984 get encoding(): string;
1985}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected