@ac-essentials/misc-util
    Preparing search index...

    Function writeIniFile

    • Writes a INI file by stringifying the provided data.

      Parameters

      • path: FileHandle | PathLike

        Path to the INI file.

      • data: UnknownRecord

        Data to be stringified and written to the file.

      • Optionaloptions: WriteIniFileOptions

        Options for writing the file and stringifying INI.

      Returns Promise<void>

      A promise that resolves when the file has been written.