UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.formatWorkflow = formatWorkflow; function formatWorkflow(workflow) { return `"${workflow.name}" (ID: ${workflow.id})`; } //# sourceMappingURL=workflow.formatter.js.map