• Appnds content to file at path.

    Parameters

    • path: string

      Path to the file to be appended.

    • content: string

      Content to be appended.

    Returns Promise<void>