Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function decodedLen
import { decodedLen } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/encoding/hex.ts";

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

Parameters

x: number

Returns

number