• Loads .env file contents into process.env.

    See https://docs.dotenv.org

    Parameters

    • Optional options: DotenvConfigOptions

      additional options. example: { path: './custom/path', encoding: 'latin1', debug: true, override: false }

      Optional

    Returns DotenvConfigOutput

    an object with a parsed key if successful or error key if an error occurred. example: { parsed: { KEY: 'value' } }

Generated using TypeDoc