Skip to main content
Module

std/encoding/hex.ts>decodeHex

Deno standard library
Go to Latest
function decodeHex
import { decodeHex } from "https://deno.land/std@0.202.0/encoding/hex.ts";

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

Parameters

src: string

Returns

Uint8Array