Skip to main content
Module

x/earthstar/mod.ts>base32StringToBytes

Storage for private, distributed, offline-first applications.
Latest
function base32StringToBytes
Re-export
import { base32StringToBytes } from "https://deno.land/x/earthstar@v10.2.2/mod.ts";

Decode base32 string to a uint8array of bytes. Throw a ValidationError if the string is bad.

Returns

Uint8Array