Skip to main content
Module

x/earthstar/mod.browser.ts>base32StringToBytes

A specification and Javascript library for building online tools you can truly call your own.
Go to Latest
function base32StringToBytes
Re-export
import { base32StringToBytes } from "https://deno.land/x/earthstar@v9.3.3/mod.browser.ts";

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

Returns

Uint8Array