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

Encodes a given Uint8Array into RFC4648 base32 representation

Parameters

uint8: Uint8Array

Returns

string