1.0.0 • Published 2 years ago
@encephalux/env v1.0.0
@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
1.0.0
2 years ago