Represents a base64 encoded string. Used to represent binary data as a string.
const encoded: Base64String = "SGVsbG8gV29ybGQ="; Copy
const encoded: Base64String = "SGVsbG8gV29ybGQ=";
Represents a base64 encoded string. Used to represent binary data as a string.