@encephalux/env
v1.0.0
Published
Package for project environment variable managing
Downloads
1
Readme
@encephalux/env
This module is for environment variable managing. The purpose is to make this space available anywhere in the project and accessible via a simple
const env = require("@encephalux/env");
The variable "env" is just a reference to a javascript object, it means that env must not be reassigned. This is why, in use, it will be always a constant.
By @encephalux