controls behavior
an object with a parsed
key if successful or error
key if an error occurred
Parses a string or buffer in the .env file format into an object.
contents to be parsed
additional options
an object with keys and values based on src
Generated using TypeDoc
Loads
.env
file contents intoprocess.env
. Example: 'KEY=value' becomes { parsed: { KEY: 'value' } }