URL Safe Base64 encoding
base64url - URL-safe base64 for node.js Buffer
Fork of urlsafe-base64
``typescript``
import { encode, decode } from "safe-base64"
Encodes a buffer to a URL-safe base64 string (RFC 4648). The padding is removed.
Decodes a string to a buffer.
* No out-of-scope methods
* No confusing extra input parameters
* Written in TypeScript