UNPKG

@evil-gauss/core

Version:
12 lines 478 B
"use strict"; 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