Function binToBase64

  • Convert a Uint8Array to a base64-encoded string.

    For the reverse, see base64ToBin.

    Parameters

    • bytes: Uint8Array

      the Uint8Array to base64 encode

    Returns string

Generated using TypeDoc