Validates if a string is a valid base64-encoded string
Checks if the string contains only valid base64 characters and has proper padding.
The string to validate
true if the string is valid base64, otherwise false
true
false
Generated using TypeDoc
Validates if a string is a valid base64-encoded string
Checks if the string contains only valid base64 characters and has proper padding.