Parses and loads environment variables from a .env
file into the current
process, or stringify data into a .env
file format.
Load environment variables from a .env
file. Loaded variables are accessible
in a configuration object returned by the load()
function, as well as optionally
exporting them to the process environment using the export
option.
Works identically to load
, but synchronously.
Parse .env
file output in an object.
Stringify an object into a valid .env
file format.
Parse .env
file output in an object.
Stringify an object into a valid .env
file format.