Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/simple_utility/src/text.ts>hexEncode

A handy utility collection.
Go to Latest
function hexEncode
import { hexEncode } from "https://deno.land/x/simple_utility@v0.0.13/src/text.ts";

Convert from byte array to HEX string.

Parameters

data: Uint8Array

byte array.