MCPcopy Create free account
hub / github.com/denoland/std /

Class

encoding/unstable_base64_stream.ts:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 * ```
69 */
70export class Base64EncoderStream<T extends "string" | "bytes">
71 extends TransformStream<
72 Uint8Array_,
73 T extends "bytes" ? Uint8Array_ : string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected