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

Class

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

Source from the content-addressed store, hash-verified

152 * ```
153 */
154export class Base64DecoderStream<T extends "string" | "bytes">
155 extends TransformStream<
156 T extends "bytes" ? Uint8Array_ : string,
157 Uint8Array_

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected