IEnvAccessor provides type-safe access to env variables.
IEnvAccessor
Get a value from the environment config, or null if missing/undefined.
The env field to retrieve.
The value or null if not present.
If called before initialization.
Get a value from the environment config, or return default value.
The default value when not found.
The value or default value.
IEnvAccessorprovides type-safe access to env variables.