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 base64 encoding and decoding.
This module is browser compatible.
Functions
f
decodeBase64(b64: string): Uint8Array
Decodes a base64-encoded string.
f
encodeBase64(data: ArrayBuffer | Uint8Array | string): string
Converts data into a base64-encoded string.