Skip to main content
Home
Works with
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score100%
Downloads48/wk
Published2 years ago (0.1.0)

Base32 encoder and decoder

base32

Base32 encoder and decoder.

decode('afyreihffx5a2e7k5uwrmmgofbvzujc5cmw5h4espouwuxt3liqoflx3ee');

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@mary/base32

Import symbol

import * as base__ from "@mary/base32";
or

Import directly with a jsr specifier

import * as base__ from "jsr:@mary/base32";

Add Package

pnpm i jsr:@mary/base32
or (using pnpm 10.8 or older)
pnpm dlx jsr add @mary/base32

Import symbol

import * as base__ from "@mary/base32";

Add Package

yarn add jsr:@mary/base32
or (using Yarn 4.8 or older)
yarn dlx jsr add @mary/base32

Import symbol

import * as base__ from "@mary/base32";

Add Package

vlt install jsr:@mary/base32

Import symbol

import * as base__ from "@mary/base32";

Add Package

npx jsr add @mary/base32

Import symbol

import * as base__ from "@mary/base32";

Add Package

bunx jsr add @mary/base32

Import symbol

import * as base__ from "@mary/base32";