UNPKG

enip-ts

Version:

Typescript implementation of the Ethernet/IP™ protocol.

6 lines 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ENIPClient = void 0; const enip_1 = require("./enip"); Object.defineProperty(exports, "ENIPClient", { enumerable: true, get: function () { return enip_1.SocketController; } }); //# sourceMappingURL=index.js.map