Skip to main content
Module

x/harmony/deps.ts>decodeHex

An easy to use Discord API Library for Deno.
Latest
function decodeHex
import { decodeHex } from "https://deno.land/x/harmony@v2.9.0/deps.ts";

Decodes src into src.length / 2 bytes. If the input is malformed, an error will be thrown.

Parameters

src: Uint8Array

Returns

Uint8Array