Serialize a dotenv record to a file with minimal quoting (multiline values are quoted). Future-proofs for ordering/sorting changes (currently insertion order).
Destination dotenv file path.
Env-like map of values to write (values may be undefined).
undefined
A Promise\<void\> which resolves when the file has been written.
Promise\<void\>
Serialize a dotenv record to a file with minimal quoting (multiline values are quoted). Future-proofs for ordering/sorting changes (currently insertion order).