A type for describing the node runtime environment
Resolves the Node environment from the process environment. Defaults to PRODUCTION if no environment is set.
The environment variables (defaults to process.env)
process.env
The default environment (NodeEnvironmentEnum.PRODUCTION)
NodeEnvironmentEnum.PRODUCTION
Generated using TypeDoc
A type for describing the node runtime environment