@evil-gauss/core
Version:
evil core library
12 lines • 478 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Environment = void 0;
var Environment;
(function (Environment) {
Environment["Development"] = "development";
Environment["Production"] = "production";
Environment["Staging"] = "production";
Environment["Test"] = "test";
Environment["Provision"] = "provision";
})(Environment = exports.Environment || (exports.Environment = {}));
//# sourceMappingURL=environment.enum.js.map