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
Properties
dotenv object ➜ object
All variables found in the .env file
env object ➜ object
All variables found in process.env
Methods
constructor() function ➜ api.ODEnvHelper
(no description)
View Parameters (1)
customEnvPath: string ➜string- Parameter Description Lorem Ipsum.
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.
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!