• Encodes data with MIME base64

    Example

    base64('prototyped.js'); // 'cHJvdG90eXBlZC5qcw=='
    

    Parameters

    • str: string

    Returns string

Generated using TypeDoc