Parses a string or buffer in the .env file format into an object.
See https://docs.dotenv.org
contents to be parsed. example: 'DB_HOST=localhost'
'DB_HOST=localhost'
an object with keys and values based on src. example: { DB_HOST : 'localhost' }
src
{ DB_HOST : 'localhost' }
Generated using TypeDoc
Parses a string or buffer in the .env file format into an object.
See https://docs.dotenv.org