• Validates if a string is a valid base64-encoded string

    Checks if the string contains only valid base64 characters and has proper padding.

    Parameters

    • str: string

      The string to validate

    Returns boolean

    true if the string is valid base64, otherwise false

Generated using TypeDoc