ncrudify
Version:
Configurable CRUD module for NestJS and Mongoose.
13 lines • 385 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LEVEL = void 0;
var LEVEL;
(function (LEVEL) {
LEVEL["ALERT"] = "ALERT";
LEVEL["ERROR"] = "ERROR";
LEVEL["WARN"] = "WARN";
LEVEL["DEBUG"] = "DEBUG";
LEVEL["INFO"] = "INFO";
LEVEL["LOG"] = "LOG";
})(LEVEL || (exports.LEVEL = LEVEL = {}));
//# sourceMappingURL=level.enum.js.map