Based off the @std/encoding module, offering a streaming alternative for decodeBase32
@doctor/encoding-stream@1.2.7Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
NOTICE: This module has been merged into @std/encoding. | An extension of the @std/encoding module offering streaming alternatives for the base64, base32, and hex methods.
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
100%
Published
a year ago (1.2.7)
Add Package
deno add jsr:@doctor/encoding-stream
Import symbol
import { DecodeBase32Stream } from "@doctor/encoding-stream/base32";
Import directly with a jsr specifier
import { DecodeBase32Stream } from "jsr:@doctor/encoding-stream/base32";
Add Package
pnpm i jsr:@doctor/encoding-stream
pnpm dlx jsr add @doctor/encoding-stream
Import symbol
import { DecodeBase32Stream } from "@doctor/encoding-stream/base32";
Add Package
yarn add jsr:@doctor/encoding-stream
yarn dlx jsr add @doctor/encoding-stream
Import symbol
import { DecodeBase32Stream } from "@doctor/encoding-stream/base32";
Add Package
npx jsr add @doctor/encoding-stream
Import symbol
import { DecodeBase32Stream } from "@doctor/encoding-stream/base32";
Add Package
bunx jsr add @doctor/encoding-stream
Import symbol
import { DecodeBase32Stream } from "@doctor/encoding-stream/base32";