API reference › @evolu/common › Type › Base64Url
type Base64Url = string & Brand<"Base64Url">;
Defined in: packages/common/src/Type.ts:1569
Base64Url without padding.
Encode with uint8ArrayToBase64Url, decode with base64UrlToUint8Array.
API reference › @evolu/common › Type › Base64Url
type Base64Url = string & Brand<"Base64Url">;
Defined in: packages/common/src/Type.ts:1569
Base64Url without padding.
Encode with uint8ArrayToBase64Url, decode with base64UrlToUint8Array.