Skip to main content

ODEnvHelper class

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This is a utility class that helps you with reading the ENV.

It has support for the built-in process.env & .env file

View Source

Properties


dotenv object object

All variables found in the .env file

View Source


env object object

All variables found in process.env

View Source


Methods


constructor() function api.ODEnvHelper

(no description)

View Parameters (1)
  • customEnvPath: string string - Parameter Description Lorem Ipsum.

View Source


getVariable() function any

Get a variable from the env

View Parameters (2)
  • name: string string - Parameter Description Lorem Ipsum.
  • source: type "dotenv"|"env" - Parameter Description Lorem Ipsum.

View Source


Defaults

under construction

We're still working on this part of the documentation!

Examples

under construction

We're still working on this part of the documentation!