Skip to main content
Module

std/encoding/base32.ts>byteLength

Deno standard library
Go to Latest
function byteLength
import { byteLength } from "https://deno.land/std@0.41.0/encoding/base32.ts";

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

Parameters

b32: string

Returns

number