Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/deps/hex.ts>encodeHex

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function encodeHex
import { encodeHex } from "https://deno.land/x/lume@v1.19.2/deps/hex.ts";

Encodes the source into hex string.

Parameters

src: string | Uint8Array | ArrayBuffer

Returns

string