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

x/feoblog_client/private/deps.ts>hex.decode

a JavaScript client for feoblog written for Deno
Latest
function hex.decode
import { hex } from "https://deno.land/x/feoblog_client@v0.7.0/private/deps.ts";
const { decode } = hex;

Decode decodes src into decodedLen(src.length) bytes If the input is malformed an error will be thrown the error.

Parameters

src: Uint8Array

Returns

Uint8Array