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

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

EncodedLen returns the length of an encoding of n source bytes. Specifically, it returns n * 2.

Parameters

n: number

Returns

number