MCPcopy Create free account
hub / github.com/prisma/prisma-examples /

Class

orm/cloudflare-workers/worker-configuration.d.ts:2529–2529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2527 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoderStream)
2528 */
2529declare class TextEncoderStream extends TransformStream<string, Uint8Array> {
2530 constructor();
2531 get encoding(): string;
2532}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected