• Converts a Base64-encoded string to a Uint8Array.

    Parameters

    • base64string: string

      Base64-encoded string to be converted

    Returns Uint8Array

    A Uint8Array representing the decoded binary data

Generated using TypeDoc