@nestjs/common
Version:
Nest - modern, fast, powerful node.js web framework (@common)
8 lines (7 loc) • 325 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var NestEnvironment;
(function (NestEnvironment) {
NestEnvironment[NestEnvironment["RUN"] = 0] = "RUN";
NestEnvironment[NestEnvironment["TEST"] = 1] = "TEST";
})(NestEnvironment = exports.NestEnvironment || (exports.NestEnvironment = {}));