Skip to main content
Module

x/lume/deps/hex.ts>decodeHex

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

Decodes the given hex string to Uint8Array. If the input is malformed, an error will be thrown.

Parameters

src: string

Returns

Uint8Array