Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/
Class
encoding/unstable_hex_stream.ts:68–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
* ```
67
*/
68
export
class
HexEncoderStream<T extends
"string"
|
"bytes"
>
69
extends TransformStream<
70
Uint8Array_,
71
T extends
"bytes"
? Uint8Array_ : string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected