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 base64url encoding and decoding.
This module is browser compatible.
Functions
f
decodeBase64Url(b64url: string): Uint8Array
Decodes a given base64url-encoded string.
f
encodeBase64Url(data: ArrayBuffer | Uint8Array | string): string
Convert data into a base64url-encoded string.