@karmaniverous/get-dotenv
    Preparing search index...

    Function writeFile

    • Write UTF-8 text content to a file, ensuring the parent directory exists.

      Parameters

      • dest: string

        Destination file path.

      • data: string

        File contents to write.

      Returns Promise<void>

      A Promise\<void\> which resolves when the file is written.