UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NodeCatalogService = void 0; var node_catalog_service_1 = require("./node-catalog.service"); Object.defineProperty(exports, "NodeCatalogService", { enumerable: true, get: function () { return node_catalog_service_1.NodeCatalogService; } }); //# sourceMappingURL=index.js.map