UNPKG

n8n-nodes-netdevices

Version:

n8n node to interact with network devices (Cisco, Juniper, Palo Alto PAN-OS, Ciena SAOS, Linux, etc.)

7 lines 395 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.__all__ = exports.LinuxConnection = void 0; var linux_connection_1 = require("./linux-connection"); Object.defineProperty(exports, "LinuxConnection", { enumerable: true, get: function () { return linux_connection_1.LinuxConnection; } }); exports.__all__ = ['LinuxConnection']; //# sourceMappingURL=index.js.map