developmentEnvironment
const developmentEnvironment: boolean = !productionEnvironment;
Constant determining whether the current environment is not production.
const developmentEnvironment: boolean = !productionEnvironment;
Constant determining whether the current environment is not production.