• Decodes data encoded with MIME base64

    Example

    base64Decode("cHJvdG90eXBlZC5qcw=="); // "prototyped.js"
    

    Parameters

    • str: string

    Returns string

Generated using TypeDoc