Skip to main content
Module

std/encoding/hex.ts>decodedLen

Deno standard library
Go to Latest
function decodedLen
import { decodedLen } from "https://deno.land/std@0.80.0/encoding/hex.ts";

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

Parameters

x: number

Returns

number