Works with
•JSR Score64%•It is unknown whether this package works with Browsers, Deno, Node.js, Cloudflare Workers, Bun




Published2 years ago (0.215.0)
Utilities for base32 encoding and decoding.
Modified from https://github.com/beatgammit/base64-js.
This module is browser compatible.
Functions
f
decodeBase32(b32: string): Uint8Array
Decodes a base32-encoded string.
f
encodeBase32(data: ArrayBuffer | Uint8Array | string): string
Converts data to a base32-encoded string.