UNPKG

n8n-nodes-netdevices

Version:

n8n node to interact with network devices (Cisco, MikroTik, Arista, Extreme Networks, Dell, Juniper, HP, Aruba, Ubiquiti, Palo Alto, Fortinet - ISP, data center, campus, and edge)

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