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

x/dtils/deps.ts>hexEncodingUtils.encodeHex

The best unofficial library of utilities for Deno applications
Go to Latest
function hexEncodingUtils.encodeHex
import { hexEncodingUtils } from "https://deno.land/x/dtils@2.5.0/deps.ts";
const { encodeHex } = hexEncodingUtils;

Encodes the source into hex string.

Parameters

src: string | Uint8Array | ArrayBuffer

Returns

string