API reference › @evolu/common › Type › Base64Url
type Base64Url = string & Brand<"Base64Url">;
Defined in: packages/common/src/Type.ts:5740
Base64Url text without padding.
Convert bytes to Base64Url with uint8ArrayToBase64Url and convert Base64Url to bytes with base64UrlToUint8Array.