Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function hexToUint8Array
import { hexToUint8Array } from "https://deno.land/x/crc32@v1.0.2/mod.ts";

Converts a hexadecimal string to a Uint8Array.

Parameters

str: string

The hexadecimal string to convert.

Returns

Uint8Array

The converted Uint8Array.