UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

11 lines (10 loc) • 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isLogLevel = isLogLevel; const logger_service_1 = require("../logger.service"); /** * @publicApi */ function isLogLevel(maybeLogLevel) { return logger_service_1.LOG_LEVELS.includes(maybeLogLevel); }