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

Class

encoding/unstable_hex_stream.ts:120–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 * ```
119 */
120export class HexDecoderStream<T extends "string" | "bytes">
121 extends TransformStream<
122 T extends "bytes" ? Uint8Array_ : string,
123 Uint8Array_

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected