fromBase64Url(s: string): Uint8Array
Convert a base64url string (no padding) back to a Uint8Array — the inverse of toBase64Url.
fromBase64Url(s: string): Uint8Array
Convert a base64url string (no padding) back to a Uint8Array — the inverse of toBase64Url.
import { fromBase64Url } from "doc.ts";