UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LOG_LEVELS = exports.noOp = void 0; const noOp = () => { }; exports.noOp = noOp; exports.LOG_LEVELS = ['error', 'warn', 'info', 'debug', 'silent']; //# sourceMappingURL=constants.js.map