All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.config.helpers.environment.js Maven / Gradle / Ivy

There is a newer version: 7.25.2
Show newest version
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.getEnv = getEnv;
function getEnv(defaultValue = "development") {
  return process.env.BABEL_ENV || process.env.NODE_ENV || defaultValue;
}
0 && 0;

//# sourceMappingURL=environment.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy