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

Decodes a given RFC4648 base32 encoded string.

Parameters

b32: string

Returns

Uint8Array