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.decodedLen

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

DecodedLen returns the length of decoding x source bytes. Specifically, it returns x / 2.

Parameters

x: number

Returns

number