@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)
Encoding Stream
Encoding Stream is a simple lib offering Streaming methods of the @std/encoding module.
import { DecodeBase64Stream, EncodeBase64Stream } from '@doctor/encoding-stream' await (await Deno.open('./deno.json')) .readable .pipeThrough(new EncodeBase64Stream()) .pipeThrough(new DecodeBase64Stream()) .pipeTo(Deno.stdout.writable, { preventClose: true })
Built and signed on
GitHub Actions
Add Package
deno add jsr:@doctor/encoding-stream
Import symbol
import * as encoding_stream from "@doctor/encoding-stream";
Import directly with a jsr specifier
import * as encoding_stream from "jsr:@doctor/encoding-stream";
Add Package
pnpm i jsr:@doctor/encoding-stream
pnpm dlx jsr add @doctor/encoding-stream
Import symbol
import * as encoding_stream from "@doctor/encoding-stream";
Add Package
yarn add jsr:@doctor/encoding-stream
yarn dlx jsr add @doctor/encoding-stream
Import symbol
import * as encoding_stream from "@doctor/encoding-stream";
Add Package
npx jsr add @doctor/encoding-stream
Import symbol
import * as encoding_stream from "@doctor/encoding-stream";
Add Package
bunx jsr add @doctor/encoding-stream
Import symbol
import * as encoding_stream from "@doctor/encoding-stream";