This release is 17 versions behind 1.0.10 — the latest version of @std/encoding. Jump to latest
Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
Works with
•JSR Score100%•This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




Downloads56,299/wk
•Published2 years ago (0.222.0)
Utilities for encoding and decoding common formats like hex, base64, and varint
Utilities for encoding and decoding common formats like hex, base64, and varint.
This module is browser compatible.
import { encodeBase64 } from "@std/encoding/base64"; encodeBase64("foobar"); // "Zm9vYmFy"
Built and signed on
GitHub Actions