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

Class

encoding/unstable_base32_stream.ts:152–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 * @module
151 */
152export class Base32DecoderStream<T extends "string" | "bytes">
153 extends TransformStream<
154 T extends "bytes" ? Uint8Array_ : string,
155 Uint8Array_

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected