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

x/lume/deps/hex.ts>decodeHex

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function decodeHex
import { decodeHex } from "https://deno.land/x/lume@v1.19.2/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