Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/encoding/base32.ts>byteLength

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

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

Parameters

b32: string

Returns

number