UNPKG

n8n

Version:

n8n Workflow Automation Tool

8 lines 573 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LocalGatewayRegistry = exports.LocalGateway = void 0; var local_gateway_1 = require("./local-gateway"); Object.defineProperty(exports, "LocalGateway", { enumerable: true, get: function () { return local_gateway_1.LocalGateway; } }); var local_gateway_registry_1 = require("./local-gateway-registry"); Object.defineProperty(exports, "LocalGatewayRegistry", { enumerable: true, get: function () { return local_gateway_registry_1.LocalGatewayRegistry; } }); //# sourceMappingURL=index.js.map