• Converts a file to a base64 string representation.

    Parameters

    • file: File

      The file to be converted.

    Returns Promise<string>

    The base64 string representation of the file.

Generated using TypeDoc