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

Returns number of bytes encoded in the given RFC4648 base32 string input.

Parameters

b32: string

Returns

number